How to sort files by type in folder view of Visual Studio Code
search "explorer" in settings page and you can change the control of sorting order there.
To sort the files of the explorer view by type, add the following option to your user settings (settings.json
):
"explorer.sortOrder": "type"
This feature is available since vscode release 1.15