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