diff --git a/keybindings.json b/keybindings.json index e0d0405..5ef589d 100644 --- a/keybindings.json +++ b/keybindings.json @@ -242,4 +242,9 @@ "command": "workbench.action.debug.stop", "when": "inDebugMode" }, + { + "key": "ctrl+r", + "command": "workbench.action.debug.continue", + "when": "inDebugMode" + }, ]