workbench.action.openSettings

chat.commandCenter.enabled: false
deno.enable: false
editor.renderWhitespace: all
This commit is contained in:
2025-03-01 11:23:31 -07:00
parent 5d92b00850
commit 2b2ebc2a66
13 changed files with 1130 additions and 708 deletions

View File

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