From ae3d515a1388a44b342bb3c3982b098ab0f00e18 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 13 Aug 2019 10:42:50 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/keybindings.json b/keybindings.json index 69b6352..e0d0405 100644 --- a/keybindings.json +++ b/keybindings.json @@ -150,7 +150,7 @@ "when": "editorTextFocus" }, { - "key": "ctrl+shift+d", + "key": "ctrl+e", "command": "workbench.action.terminal.toggleTerminal" }, { @@ -232,4 +232,14 @@ "key": "ctrl+0", "command": "workbench.action.lastEditorInGroup" }, + { + "key": "ctrl+r", + "command": "workbench.action.debug.start", + "when": "!inDebugMode" + }, + { + "key": "ctrl+q", + "command": "workbench.action.debug.stop", + "when": "inDebugMode" + }, ]