add to help dialog

This commit is contained in:
meganrogge
2023-11-02 11:16:28 -07:00
parent 65943425f0
commit d861afa509
@@ -77,6 +77,7 @@ export class TerminalAccessibilityHelpProvider extends Disposable implements IAc
const content = [];
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.')));
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.'));
if (this._instance.shellType === WindowsShellType.CommandPrompt) {
content.push(localize('commandPromptMigration', "Consider using powershell instead of command prompt for an improved experience"));
}