You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/debug/browser/runAndDebugAccessibilityHelp.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ class RunAndDebugAccessibilityHelpProvider extends Disposable implements IAccess
70
70
return[
71
71
localize('debug.showRunAndDebug',"The Show Run and Debug view command{0} will open the current view.",'<keybinding:workbench.view.debug>'),
72
72
localize('debug.startDebugging',"The Debug: Start Debugging command{0} will start a debug session.",'<keybinding:workbench.action.debug.start>'),
73
+
localize('debug.help',"Access debug output and evaluate expressions in the debug console, which can be focused with{0}.",'<keybinding:workbench.panel.repl.view.focus>'),
73
74
AccessibilityHelpNLS.setBreakpoint,
74
75
AccessibilityHelpNLS.addToWatch,
75
76
localize('onceDebugging',"Once debugging, the following commands will be available:"),
@@ -84,7 +85,6 @@ class RunAndDebugAccessibilityHelpProvider extends Disposable implements IAccess
84
85
localize('debug.focusCallStack',"- Debug: Focus Call Stack View command{0} will focus the call stack view.",'<keybinding:workbench.debug.action.focusCallStackView>'),
85
86
localize('debug.focusVariables',"- Debug: Focus Variables View command{0} will focus the variables view.",'<keybinding:workbench.debug.action.focusVariablesView>'),
86
87
localize('debug.focusWatch',"- Debug: Focus Watch View command{0} will focus the watch view.",'<keybinding:workbench.debug.action.focusWatchView>'),
87
-
localize('debug.help',"The debug console is a Read-Eval-Print-Loop that allows you to evaluate expressions and run commands and can be focused with{0}.",'<keybinding:workbench.panel.repl.view.focus>'),
88
88
localize('debug.watchSetting',"The setting {0} controls whether watch variable changes are announced.",'accessibility.debugWatchVariableAnnouncements'),
0 commit comments