Skip to content

Releases: sketchbuch/vsc-workspace-sidebar

v1.4.0

21 Mar 16:19
Compare
Choose a tag to compare
  • 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

08 Jun 19:39
Compare
Choose a tag to compare
  • 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

01 Jun 17:10
Compare
Choose a tag to compare

Resolves #21 - Search box is focused. Also a keyboard shortcut is provided to focus the search box.

v1.2.6

30 May 10:44
Compare
Choose a tag to compare
  • Fixed #22 - First char from paths in the sidebar was always cropped even if not a slash

v1.2.5

25 Feb 17:11
Compare
Choose a tag to compare
  • 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

24 Feb 17:13
Compare
Choose a tag to compare
  • Fixed a bug with the configuration due to translations
  • Optimised getting visible files

v1.2.1

11 Feb 19:18
Compare
Choose a tag to compare
  • 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

11 Feb 16:41
Compare
Choose a tag to compare
  • 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

03 Dec 13:50
Compare
Choose a tag to compare
  • Update tree items icon path

v1.1.8

02 Dec 07:33
Compare
Choose a tag to compare
  • 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 (…)