diff --git a/keybindings.json b/keybindings.json index b7353b9..99aa557 100644 --- a/keybindings.json +++ b/keybindings.json @@ -239,4 +239,9 @@ "command": "workbench.action.debug.continue", "when": "inDebugMode" }, + { + "key": "shift+cmd+b", + "command": "editor.debug.action.toggleBreakpoint", + "when": "editorTextFocus" + }, ]