Update keybindings.json

This commit is contained in:
lianghongkey 2019-08-17 16:42:27 +08:00 committed by GitHub
parent 5cd002d216
commit 68eabbc35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -239,4 +239,9 @@
"command": "workbench.action.debug.continue", "command": "workbench.action.debug.continue",
"when": "inDebugMode" "when": "inDebugMode"
}, },
{
"key": "shift+cmd+b",
"command": "editor.debug.action.toggleBreakpoint",
"when": "editorTextFocus"
},
] ]