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
markdownDescription: localize('terminal.integrated.accessibleViewPreserveCursorPosition',"Preserve the cursor position on reopen of the terminal's accessible view rather than setting it to the bottom of the buffer."),
markdownDescription: localize('terminal.integrated.accessibleViewFocusOnCommandExecution',"Focus the terminal accessible view when a command is executed."),
content.push(this._descriptionForCommand(TerminalCommandId.FocusAccessibleBuffer,localize('focusAccessibleTerminalView','The Focus Accessible Terminal View ({0}) command enables screen readers to read terminal contents.'),localize('focusAccessibleTerminalViewNoKb','The Focus Terminal Accessible View command enables screen readers to read terminal contents and is currently not triggerable by a keybinding.')));
79
81
content.push(localize('preserveCursor','Customize the behavior of the cursor when toggling between the terminal and accessible view with `terminal.integrated.accessibleViewPreserveCursorPosition.`'));
content.push(localize('focusViewOnExecution','Enable `terminal.integrated.accessibleViewFocusOnCommandExecution` to automatically focus the terminal accessible view when a command is executed in the terminal.'));
0 commit comments