32 lines
728 B
JSON
32 lines
728 B
JSON
// Place your key bindings in this file to override the defaultsauto[]
|
|
[
|
|
{
|
|
"key": "ctrl+shift+f10",
|
|
"command": "debug.jumpToCursor"
|
|
},
|
|
{
|
|
"key": "ctrl+f10",
|
|
"command": "editor.debug.action.runToCursor"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+s",
|
|
"command": "-workbench.action.files.saveLocalFile",
|
|
"when": "remoteFileDialogVisible"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+s",
|
|
"command": "-workbench.action.files.saveAs"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+s",
|
|
"command": "saveAll"
|
|
},
|
|
{
|
|
"key": "ctrl+k s",
|
|
"command": "-saveAll"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+t",
|
|
"command": "settings.cycle.sortOrder",
|
|
}
|
|
] |