diff --git a/keybindings.json b/keybindings.json index 4f38b97..7d75713 100644 --- a/keybindings.json +++ b/keybindings.json @@ -240,12 +240,12 @@ { "key": "ctrl+t", "command": "workbench.action.debug.stop", - "when": "inDebugMode && !terminalFocus" + "when": "inDebugMode && !terminalFocus && editorFocus" }, { "key": "ctrl+r", "command": "workbench.action.debug.start", - "when": "!inDebugMode && !terminalFocus" + "when": "!inDebugMode && !terminalFocus && editorFocus" }, { "key": "ctrl+shift+s",