Update keybindings.json

This commit is contained in:
lianghongkey 2019-09-08 21:48:41 +08:00 committed by GitHub
parent 38f4f39c5e
commit 539a762eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@
{ {
"key": "cmd+shift+s", "key": "cmd+shift+s",
"command": "workbench.action.debug.stepOver", "command": "workbench.action.debug.stepOver",
"when": "!inDebugMode && !terminalFocus" "when": "inDebugMode && !terminalFocus"
}, },
{ {
"key": "cmd+r", "key": "cmd+r",
@ -253,12 +253,12 @@
"when": "inDebugMode" "when": "inDebugMode"
}, },
{ {
"key": "shift+cmd+b", "key": "cmd+shift+b",
"command": "editor.debug.action.toggleBreakpoint", "command": "editor.debug.action.toggleBreakpoint",
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{ {
"key": "shift+cmd+t", "key": "cmd+shift+t",
"command": "workbench.action.debug.restart", "command": "workbench.action.debug.restart",
"when": "inDebugMode" "when": "inDebugMode"
}, },
@ -333,5 +333,5 @@
{ {
"key": "cmd+shift+w", "key": "cmd+shift+w",
"command": "-workbench.action.closeWindow" "command": "-workbench.action.closeWindow"
} },
] ]