workbench.action.openSettings
chat.commandCenter.enabled: false deno.enable: false editor.renderWhitespace: all
This commit is contained in:
@ -1,32 +1,39 @@
|
||||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
[
|
||||
{
|
||||
"key": "ctrl+shift+f10",
|
||||
"command": "debug.jumpToCursor"
|
||||
"command": "debug.jumpToCursor",
|
||||
"key": "ctrl+shift+f10"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+f10",
|
||||
"command": "editor.debug.action.runToCursor"
|
||||
"command": "editor.debug.action.runToCursor",
|
||||
"key": "ctrl+f10"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+s",
|
||||
"command": "-workbench.action.files.saveLocalFile",
|
||||
"key": "ctrl+shift+s",
|
||||
"when": "remoteFileDialogVisible"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+s",
|
||||
"command": "-workbench.action.files.saveAs"
|
||||
"command": "-workbench.action.files.saveAs",
|
||||
"key": "ctrl+shift+s"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+s",
|
||||
"command": "saveAll"
|
||||
"command": "saveAll",
|
||||
"key": "ctrl+shift+s"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+k s",
|
||||
"command": "-saveAll"
|
||||
"command": "-saveAll",
|
||||
"key": "ctrl+k s"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+t",
|
||||
"command": "settings.cycle.sortOrder",
|
||||
"key": "ctrl+shift+t"
|
||||
},
|
||||
{
|
||||
"command": "workbench.action.openSettings",
|
||||
"key": "ctrl+alt+,"
|
||||
},
|
||||
{
|
||||
"command": "-workbench.action.openSettings",
|
||||
"key": "ctrl+,"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user