From 47b287f2a9cfe4d3deaa66c560699a9e2c50d38e Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 25 Dec 2023 21:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings.json b/keybindings.json index f6af916..fd8b3dd 100644 --- a/keybindings.json +++ b/keybindings.json @@ -248,7 +248,7 @@ { "key": "cmd+r", "command": "workbench.action.debug.start", - "when": "!inDebugMode && !terminalFocus && editorFocus" + "when": "!inDebugMode && !terminalFocus" }, { "key": "cmd+shift+s",