Update keybindings.json

This commit is contained in:
lianghongkey 2019-10-17 10:50:47 +08:00 committed by GitHub
parent e4d3f0ea1d
commit c42281fd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -240,12 +240,12 @@
{ {
"key": "ctrl+t", "key": "ctrl+t",
"command": "workbench.action.debug.stop", "command": "workbench.action.debug.stop",
"when": "inDebugMode && !terminalFocus" "when": "inDebugMode && !terminalFocus && editorFocus"
}, },
{ {
"key": "ctrl+r", "key": "ctrl+r",
"command": "workbench.action.debug.start", "command": "workbench.action.debug.start",
"when": "!inDebugMode && !terminalFocus" "when": "!inDebugMode && !terminalFocus && editorFocus"
}, },
{ {
"key": "ctrl+shift+s", "key": "ctrl+shift+s",