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
exportconsteditableDiffEditor=nls.localize("editableDiffEditor","You are in a pane of a diff editor.");
13
13
exportconstreadonlyEditor=nls.localize("readonlyEditor","You are in a read-only code editor.");
14
14
exportconsteditableEditor=nls.localize("editableEditor","You are in a code editor.");
15
-
exportconstactiveEditorState=nls.localize("activeEditorState","Get information about the active editor such as Modified, Problems, and more by setting activeEditorState as a part of the window.title setting.");
15
+
exportconstdefaultWindowTitleIncludesEditorState=nls.localize("defaultWindowTitleIncludesEditorState","activeEditorState - such as modified, problems, and more, is included as a part of the window.title setting by default. Disable it with accessibility.windowTitleOptimized.");
16
+
exportconstdefaultWindowTitleExcludingEditorState=nls.localize("defaultWindowTitleExcludingEditorState","activeEditorState - such as modified, problems, and more, is currently not included as a part of the window.title setting by default. Enable it with accessibility.windowTitleOptimized.");
16
17
exportconsttoolbar=nls.localize("toolbar","Around the workbench, when the screen reader announces you've landed in a toolbar, use narrow keys to navigate between the toolbar's actions.");
17
18
exportconstchangeConfigToOnMac=nls.localize("changeConfigToOnMac","Configure the application to be optimized for usage with a Screen Reader (Command+E).");
18
19
exportconstchangeConfigToOnWinLinux=nls.localize("changeConfigToOnWinLinux","Configure the application to be optimized for usage with a Screen Reader (Control+E).");
0 commit comments