From 68eabbc35a386eea1f2a293ecb07e94c48c5dd98 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Sat, 17 Aug 2019 16:42:27 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) 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" + }, ]