mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
fix #190272
This commit is contained in:
@@ -311,7 +311,7 @@ class AccessibleView extends Disposable {
|
||||
let ariaLabel = '';
|
||||
let helpHint = '';
|
||||
const verbose = this._configurationService.getValue(provider.verbositySettingKey);
|
||||
if (verbose && provider.options.type === AccessibleViewType.View) {
|
||||
if (verbose && provider.options.type === AccessibleViewType.View && !showAccessibleViewHelp) {
|
||||
const accessibilityHelpKeybinding = this._keybindingService.lookupKeybinding(AccessibilityCommandId.OpenAccessibilityHelp)?.getLabel();
|
||||
if (accessibilityHelpKeybinding) {
|
||||
helpHint = localize('ariaAccessibilityHelp', "Use {0} for accessibility help", accessibilityHelpKeybinding);
|
||||
|
||||
Reference in New Issue
Block a user