From 539a762eea45fd4f9a9a2fa02062aa665cee9e0d Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Sun, 8 Sep 2019 21:48:41 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keybindings.json b/keybindings.json index 7b5369e..abdd757 100644 --- a/keybindings.json +++ b/keybindings.json @@ -245,7 +245,7 @@ { "key": "cmd+shift+s", "command": "workbench.action.debug.stepOver", - "when": "!inDebugMode && !terminalFocus" + "when": "inDebugMode && !terminalFocus" }, { "key": "cmd+r", @@ -253,12 +253,12 @@ "when": "inDebugMode" }, { - "key": "shift+cmd+b", + "key": "cmd+shift+b", "command": "editor.debug.action.toggleBreakpoint", "when": "editorTextFocus" }, { - "key": "shift+cmd+t", + "key": "cmd+shift+t", "command": "workbench.action.debug.restart", "when": "inDebugMode" }, @@ -333,5 +333,5 @@ { "key": "cmd+shift+w", "command": "-workbench.action.closeWindow" - } + }, ]