Update keybindings.json

This commit is contained in:
lianghongkey 2019-08-13 16:10:26 +08:00 committed by GitHub
parent 9964734e2e
commit c3383ce7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

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