diff --git a/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs b/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs index f5cbaeabcc719447ade76599d0ecd3e7552737cf..427ba22cb25cf57dea4fe1ff98c5b40a14abd121 100644 --- a/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs +++ b/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs @@ -303,7 +303,7 @@ private void NeverShowAgain() _workspace.Options = _workspace.Options.WithChangedOption(KeybindingResetOptions.NeverShowAgain, true); KeybindingsResetLogger.Log("NeverShowAgain"); - // The only external references to this object are as callbacks, which are removed by the dispose method. + // The only external references to this object are as callbacks, which are removed by the Shutdown method. Shutdown(); }