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.focusAfterRun',"Controls whether the terminal, accessible buffer, or neither will be focused after `Terminal: Run Selected Text In Active Terminal` has been run."),
content.push(this._descriptionForCommand(TerminalCommandId.OpenDetectedLink,localize('openDetectedLink','The Open Detected Link ({0}) command enables screen readers to easily open links found in the terminal.'),localize('openDetectedLinkNoKb','The Open Detected Link command enables screen readers to easily open links found in the terminal and is currently not triggerable by a keybinding.')));
95
95
content.push(this._descriptionForCommand(TerminalCommandId.NewWithProfile,localize('newWithProfile','The Create New Terminal (With Profile) ({0}) command allows for easy terminal creation using a specific profile.'),localize('newWithProfileNoKb','The Create New Terminal (With Profile) command allows for easy terminal creation using a specific profile and is currently not triggerable by a keybinding.')));
96
+
content.push(localize('focusAfterRun','Configure what gets focused after running selected text in the terminal with `{0}`.',TerminalSettingId.FocusAfterRun));
96
97
content.push(localize('accessibilitySettings','Access accessibility settings such as `terminal.integrated.tabFocusMode` via the Preferences: Open Accessibility Settings command.'));
0 commit comments