Improve commandsToSkipShell wording

Part of #7269
This commit is contained in:
Daniel Imms 2016-08-08 09:12:05 -07:00
parent 0d6dd8627d
commit 3670165658

View file

@ -89,7 +89,7 @@ configurationRegistry.registerConfiguration({
'default': platform.isMacintosh
},
'terminal.integrated.commandsToSkipShell': {
'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."),
'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."),
'type': 'array',
'items': {
'type': 'string'