From 9964734e2e1f6bf1a9b11bde47649a6992b8884a Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 13 Aug 2019 11:29:56 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) 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" + }, ]