diff --git a/keybindings.json b/keybindings.json index 5ef589d..3288808 100644 --- a/keybindings.json +++ b/keybindings.json @@ -188,10 +188,6 @@ "command": "editor.action.previousMatchFindAction", "when": "editorFocus" }, - { - "key": "ctrl+t", - "command": "workbench.action.showAllSymbols" - }, { "key": "ctrl+1", "command": "workbench.action.openEditorAtIndex1" @@ -233,7 +229,7 @@ "command": "workbench.action.lastEditorInGroup" }, { - "key": "ctrl+r", + "key": "ctrl+t", "command": "workbench.action.debug.start", "when": "!inDebugMode" }, @@ -243,8 +239,13 @@ "when": "inDebugMode" }, { - "key": "ctrl+r", + "key": "ctrl+t", "command": "workbench.action.debug.continue", "when": "inDebugMode" }, + { + "key": "ctrl+n", + "command": "extension.node-debug.startWithStopOnEntry", + "when": "!inDebugMode && debugConfigurationType == 'node'" + }, ]