Update keybindings.json
This commit is contained in:
parent
9964734e2e
commit
c3383ce7ca
|
@ -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'"
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue