Skip to content

Commit d98f70c

Browse files
committed
only indicate on when in the editor
1 parent 974269e commit d98f70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibleView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class AccessibleView extends Disposable {
143143
? AccessibilityHelpNLS.changeConfigToOnMac
144144
: AccessibilityHelpNLS.changeConfigToOnWinLinux
145145
);
146-
if (accessibilitySupport) {
146+
if (accessibilitySupport && provider.id === 'editor') {
147147
message = AccessibilityHelpNLS.auto_on;
148148
} else {
149149
message = AccessibilityHelpNLS.auto_off + '\n' + turnOnMessage;

0 commit comments

Comments
 (0)