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",