From ae4bd002aad7634ec3c6ea518757badfab526373 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 13 Aug 2019 17:06:05 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keybindings.json b/keybindings.json index 3288808..e97c35e 100644 --- a/keybindings.json +++ b/keybindings.json @@ -244,8 +244,8 @@ "when": "inDebugMode" }, { - "key": "ctrl+n", - "command": "extension.node-debug.startWithStopOnEntry", - "when": "!inDebugMode && debugConfigurationType == 'node'" + "key": "ctrl+shift+q", + "command": "workbench.action.debug.restart", + "when": "inDebugMode" }, ]