Update keybindings.json
This commit is contained in:
parent
5cd002d216
commit
68eabbc35a
|
@ -239,4 +239,9 @@
|
|||
"command": "workbench.action.debug.continue",
|
||||
"when": "inDebugMode"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+b",
|
||||
"command": "editor.debug.action.toggleBreakpoint",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue