hoovercj.vscode-settings-cycler

This commit is contained in:
2022-08-18 15:01:26 -07:00
parent 2d8fc0477f
commit ed6802047e
3 changed files with 23 additions and 0 deletions

View File

@ -24,5 +24,9 @@
{
"key": "ctrl+k s",
"command": "-saveAll"
},
{
"key": "ctrl+shift+t",
"command": "settings.cycle.sortOrder",
}
]

View File

@ -315,5 +315,22 @@
"xml",
"yaml",
"json"
],
"settings.cycle": [
{
"id": "sortOrder",
"overrideWorkspaceSettings": true,
"values": [
{
"explorer.sortOrder": "default"
},
{
"explorer.sortOrder": "modified"
},
{
"explorer.sortOrder": "type"
}
]
}
]
}