Compare commits

..

No commits in common. "cf7792393cba1534af5ee890d15cae6ea2a0c4bb" and "8082236e62104b995c9e1dd9f93ae5cddfbbd9b4" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View file

@ -105,20 +105,5 @@
"key": "f5", "key": "f5",
"command": "-workbench.action.debug.continue", "command": "-workbench.action.debug.continue",
"when": "debugState == 'stopped'" "when": "debugState == 'stopped'"
},
{
"key": "ctrl+alt+space",
"command": "workbench.action.terminal.triggerSuggest",
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible"
},
{
"key": "ctrl+space",
"command": "-workbench.action.terminal.triggerSuggest",
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible"
},
{
"key": "ctrl+alt+space",
"command": "-workbench.action.terminal.suggestToggleDetailsFocus",
"when": "!textInputFocus"
} }
] ]

View file

@ -16,7 +16,7 @@
"scope": "javascript,typescript", "scope": "javascript,typescript",
"prefix": "log", "prefix": "log",
"body": [ "body": [
"console.log($1);", "console.log(\"$1\");",
], ],
"description": "Log output to console" "description": "Log output to console"
} }