Releases: sketchbuch/vsc-workspace-sidebar
Releases · sketchbuch/vsc-workspace-sidebar
v1.4.0
- Workspaces can now be displayed as a file tree that can be collapsed/expanded instead of the default list of workspaces. Resolves #23
- A new option has been added to clean labels (convert to title case) or leave them as-is (like the filename). Resolves #42
- If no workspace is open, any folder(s) that you open will be displayed in the sidebar and you can also save them as a new workspace. Resolves #30
- Refactor/restructure of code
- Additional unit tests
- @vscode/webview-ui-toolkit is now used for buttons. Search box still needs converting.
- @vscode/codicons is now used for icons, where possible.
- Icons updated
- Fixed tooltips for the icon an dthe workspace if you make new window the default click action.
v1.2.8
- Resolves #26 - Webview shows 404 due to navigation being caused by search form - navigation is not supported in webviews. See also: microsoft/vscode#125485
v1.2.7
v1.2.6
v1.2.5
- Fixed an issue where workspaces were not found in .vscode
- Fixed an issue on Windows wih highlighting the active Workspace due to inconsistent drive letter case.
v1.2.4
- Fixed a bug with the configuration due to translations
- Optimised getting visible files
v1.2.1
- Switched from TreeView to WebView to allow for more customisation of the UI and to facilitate future feature changes
- Added better highlighting of the selected Workspace
- Added a search field
- Show paths has a new option: "As needed" and is a dropdown rather than a checkbox. "As needed" will only show the paths when there are duplicate Workspace labels and this is now the default show paths option.
- Bundled extension with Parcel
- Added unit tests
- Updated docs
- Fixed isues on Windows
- Updated some translations
v1.2.0
- Switched from TreeView to WebView to allow for more customisation of the UI and to facilitate future feature changes.
- Added better highlighting of the selected Workspace
- Added a search field
- Show paths has a new option: "As needed" and is a dropdown rather than a checkbox. "As needed" will only show the paths when there are duplicate Workspace labels and this is now the default show paths option.
- Bundled extension with Parcel
- Added unit tests
v1.1.9
- Update tree items icon path
v1.1.8
- Detect .code-workspace file creation and recollect worksapce files
- Enabling the setting to display paths no longer dumps the cache and recollects workspace files, instead the UI is just updated
- Displayed paths now have the Folder in settings replaced with ellipsis (…)