Skip to content

Commit ca3d23f

Browse files
authored
use correct command name (microsoft#223399)
fix microsoft#223280
1 parent ead2adc commit ca3d23f

File tree

1 file changed

+1
-1
lines changed
  • src/vs/workbench/contrib/debug/browser

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/debug/browser/repl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ export class Repl extends FilterViewPane implements IHistoryNavigationWidget {
745745
if (!this.configurationService.getValue(AccessibilityVerbositySettingId.Debug)) {
746746
return ariaLabel;
747747
}
748-
const keybinding = this.keybindingService.lookupKeybinding(AccessibilityCommandId.OpenAccessibleView)?.getAriaLabel();
748+
const keybinding = this.keybindingService.lookupKeybinding(AccessibilityCommandId.OpenAccessibilityHelp)?.getAriaLabel();
749749
if (keybinding) {
750750
ariaLabel = localize('commentLabelWithKeybinding', "{0}, use ({1}) for accessibility help", ariaLabel, keybinding);
751751
} else {

0 commit comments

Comments
 (0)