mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-25 02:15:09 +01:00
add to help dialog
This commit is contained in:
+1
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user