Skip to content

Commit 3670165

Browse files
committed
Improve commandsToSkipShell wording
Part of #7269
1 parent 0d6dd86 commit 3670165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ configurationRegistry.registerConfiguration({
8989
'default': platform.isMacintosh
9090
},
9191
'terminal.integrated.commandsToSkipShell': {
92-
'description': nls.localize('terminal.integrated.commandsToSkipShell', "A set of keybindings that will not be sent to the shell and instead always be handled by Code. This allows the use of keybindings that would normally be consumed by the shell to act the same as when the terminal is not focused, for example ctrl+p to launch quick open."),
92+
'description': nls.localize('terminal.integrated.commandsToSkipShell', "A set of command IDs whose keybindings will not be sent to the shell and instead always be handled by Code. This allows the use of keybindings that would normally be consumed by the shell to act the same as when the terminal is not focused, for example ctrl+p to launch quick open."),
9393
'type': 'array',
9494
'items': {
9595
'type': 'string'

0 commit comments

Comments
 (0)