All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Command
Sort Workspace Folders
which will sort the workspace folders. - Context-menu item to run the command, this will be shown when right-clicking a folder in the explorer.
- Optional setting
workspacesort.workspaceDirectory
, which can be used to point to the directory of the .code-workspace file. This is only necessary if it can't be resolved automatically.
- The
name
property is now taken into account when sorting the workspace folders, instead of only looking at the directory name.
- The way the .code-workspace filename is determined, making it not bound to a locale.
- The way the .code-workspace file is being searched by traversing the file-tree to find the right file.
- A notification is now shown whenever the
.code-workspace
file could not be parsed, giving an indication of what caused the error.
- Added support for WSL
- Added automated sorting when folders are added to the workspace. This can turned off with the setting
workspacesort.sortAutomatically
.