diff --git a/keybindings.json b/keybindings.json index 17992df..cfbd376 100644 --- a/keybindings.json +++ b/keybindings.json @@ -238,17 +238,17 @@ { "key": "cmd+t", "command": "workbench.action.debug.stop", - "when": "inDebugMode && !terminalFocus && editorFocus" + "when": "inDebugMode && editorFocus" }, { "key": "cmd+r", "command": "workbench.action.debug.start", - "when": "!inDebugMode && !terminalFocus" + "when": "!inDebugMode" }, { "key": "cmd+shift+s", "command": "workbench.action.debug.stepOver", - "when": "inDebugMode && !terminalFocus" + "when": "inDebugMode" }, { "key": "cmd+r",