Update keybindings.json

This commit is contained in:
lianghongkey 2019-08-13 17:06:05 +08:00 committed by GitHub
parent c3383ce7ca
commit ae4bd002aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -244,8 +244,8 @@
"when": "inDebugMode" "when": "inDebugMode"
}, },
{ {
"key": "ctrl+n", "key": "ctrl+shift+q",
"command": "extension.node-debug.startWithStopOnEntry", "command": "workbench.action.debug.restart",
"when": "!inDebugMode && debugConfigurationType == 'node'" "when": "inDebugMode"
}, },
] ]