From c42281fd1bceecb2e29b29b00d57eaec948fb772 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Thu, 17 Oct 2019 10:50:47 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",