Skip to content

Commit

Permalink
Merge pull request microsoft#195408 from microsoft/merogge/dialog-add
Browse files Browse the repository at this point in the history
add setting info to terminal help dialog
  • Loading branch information
meganrogge authored and Alex0007 committed Oct 26, 2023
2 parents 32731c0 + 68f0fd4 commit f89ab76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class TerminalAccessibilityHelpProvider extends Disposable implements IAc
provideContent(): string {
const content = [];
content.push(this._descriptionForCommand(TerminalCommandId.FocusAccessibleBuffer, localize('focusAccessibleBuffer', 'The Focus Accessible Buffer ({0}) command enables screen readers to read terminal contents.'), localize('focusAccessibleBufferNoKb', 'The Focus Accessible Buffer 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.`'));
if (this._instance.shellType === WindowsShellType.CommandPrompt) {
content.push(localize('commandPromptMigration', "Consider using powershell instead of command prompt for an improved experience"));
}
Expand Down

0 comments on commit f89ab76

Please sign in to comment.