mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-17 08:50:12 +01:00
* Make listing directories first an option #29329 * Added refresh on `dirsFirst` config value changed * Switch sorting configuration to enum * Added `filesFirst` sorting * Added sorting by type * Got rid of the `path` dependency * Added sorting by last modified date * Merge conflict fix * `modified` sorting order changed to descending * New compareFileExtensions comparer added for TypeSorter * Switched to a single self-contained explorer sorter * Improved description of 'explorer.sortOrder' config option