From a82f297c52660f317c2827f9c90d932377acb2b6 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 24 Sep 2025 10:03:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20keybindings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",