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
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2663,14 +2663,16 @@ const focusAccessibleBufferNoKb = nls.localize('focusAccessibleBufferNoKb', 'The
2663
2663
constshellIntegration=nls.localize('shellIntegration',"The terminal has a feature called shell integration that offers an enhanced experience and provides useful commands for screen readers such as:");
construnRecentCommandNoKb=nls.localize('runRecentCommandNoKb','Run Recent Command is currently not triggerable by a keybinding.');
2666
+
constgoToRecentNoShellIntegration=nls.localize('goToRecentDirectoryNoShellIntegration','The Go to Recent Directory command ({0}) enables screen readers to easily navigate to a directory that has been used in the terminal.');
2667
+
constgoToRecentNoKbNoShellIntegration=nls.localize('goToRecentDirectoryNoKbNoShellIntegration','The Go to Recent Directory command enables screen readers to easily navigate to a directory that has been used in the terminal and is currently not triggerable by a keybinding.');
2666
2668
constgoToRecent=nls.localize('goToRecentDirectory','Go to Recent Directory ({0})');
2667
2669
constgoToRecentNoKb=nls.localize('goToRecentDirectoryNoKb','Go to Recent Directory is currently not triggerable by a keybinding.');
2668
2670
constreadMoreLink=nls.localize('readMore','[Read more about terminal accessibility](https://code.visualstudio.com/docs/editor/accessibility#_terminal-accessibility)');
2669
2671
constdismiss=nls.localize('dismiss',"You can dismiss this dialog by pressing Escape or focusing elsewhere.");
2670
2672
constopenDetectedLink=nls.localize('openDetectedLink','The Open Detected Link ({0}) command enables screen readers to easily open links found in the terminal.');
2671
2673
constopenDetectedLinkNoKb=nls.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.');
2672
2674
constnewWithProfile=nls.localize('newWithProfile','The Create New Terminal (With Profile) ({0}) command allows for easy terminal creation using a specific profile.');
2673
-
constnewWithProfileNoKb=nls.localize('newWithProfileNoKb','The Create New Terminal (With Profile) command command allows for easy terminal creation using a specific profile and is currently not triggerable by a keybinding.');
2675
+
constnewWithProfileNoKb=nls.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.');
2674
2676
constaccessibilitySettings=nls.localize('accessibilitySettings','Access accessibility settings such as `terminal.integrated.tabFocusMode` via the Preferences: Open Accessibility Settings command.');
0 commit comments