Update keybindings.json
This commit is contained in:
parent
9964734e2e
commit
c3383ce7ca
|
@ -188,10 +188,6 @@
|
||||||
"command": "editor.action.previousMatchFindAction",
|
"command": "editor.action.previousMatchFindAction",
|
||||||
"when": "editorFocus"
|
"when": "editorFocus"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+t",
|
|
||||||
"command": "workbench.action.showAllSymbols"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+1",
|
"key": "ctrl+1",
|
||||||
"command": "workbench.action.openEditorAtIndex1"
|
"command": "workbench.action.openEditorAtIndex1"
|
||||||
|
@ -233,7 +229,7 @@
|
||||||
"command": "workbench.action.lastEditorInGroup"
|
"command": "workbench.action.lastEditorInGroup"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+r",
|
"key": "ctrl+t",
|
||||||
"command": "workbench.action.debug.start",
|
"command": "workbench.action.debug.start",
|
||||||
"when": "!inDebugMode"
|
"when": "!inDebugMode"
|
||||||
},
|
},
|
||||||
|
@ -243,8 +239,13 @@
|
||||||
"when": "inDebugMode"
|
"when": "inDebugMode"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+r",
|
"key": "ctrl+t",
|
||||||
"command": "workbench.action.debug.continue",
|
"command": "workbench.action.debug.continue",
|
||||||
"when": "inDebugMode"
|
"when": "inDebugMode"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+n",
|
||||||
|
"command": "extension.node-debug.startWithStopOnEntry",
|
||||||
|
"when": "!inDebugMode && debugConfigurationType == 'node'"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue