chat.commandCenter.enabled: false deno.enable: false editor.renderWhitespace: all
39 lines
839 B
JSON
39 lines
839 B
JSON
[
|
|
{
|
|
"command": "debug.jumpToCursor",
|
|
"key": "ctrl+shift+f10"
|
|
},
|
|
{
|
|
"command": "editor.debug.action.runToCursor",
|
|
"key": "ctrl+f10"
|
|
},
|
|
{
|
|
"command": "-workbench.action.files.saveLocalFile",
|
|
"key": "ctrl+shift+s",
|
|
"when": "remoteFileDialogVisible"
|
|
},
|
|
{
|
|
"command": "-workbench.action.files.saveAs",
|
|
"key": "ctrl+shift+s"
|
|
},
|
|
{
|
|
"command": "saveAll",
|
|
"key": "ctrl+shift+s"
|
|
},
|
|
{
|
|
"command": "-saveAll",
|
|
"key": "ctrl+k s"
|
|
},
|
|
{
|
|
"command": "settings.cycle.sortOrder",
|
|
"key": "ctrl+shift+t"
|
|
},
|
|
{
|
|
"command": "workbench.action.openSettings",
|
|
"key": "ctrl+alt+,"
|
|
},
|
|
{
|
|
"command": "-workbench.action.openSettings",
|
|
"key": "ctrl+,"
|
|
}
|
|
] |