Skip to content

Releases: Fooxly/workspace

v1.3.1

Choose a tag to compare

@thom1606 thom1606 released this 01 Apr 09:53
71de1b8

Changed

  • Upgraded project to newer vsce

v1.3.0

Choose a tag to compare

@thom1606 thom1606 released this 29 Aug 20:06

Added

  • Colors for items which are hidden due to their parent or other glob patterns
  • We added support for translations (currently only English is translated, we are open for PRs)

Changed

  • Optimized performance
  • workspace.isHidden is no longer used
  • workspace.hiddenColor is changed to workspace.explorer.directlyHidden to match workspace.explorer.parentHidden
  • Fixed an issue where the extension would rewrite the settings.json even if nothing happened
  • Events are now only fired when something related to the workspace happens and not when unrelated settings are changed

v1.1.1

Choose a tag to compare

@thom1606 thom1606 released this 14 Apr 10:38

Added

  • Preview inside the README.md

v1.1.0

Choose a tag to compare

@thom1606 thom1606 released this 14 Apr 10:40

Added

  • Color property called workspace.hiddenColor which shows when the hidden files are visible
  • Option to disable the new coloring
  • Added number in statusbar item to show the amount of hidden entries (folders don't count the files inside, folders just add 1)
  • Option to disable the counter for the statusbar item

Changed

  • Use true/false value of the files.exclude instead of removing the object content
  • Forget and Focus buttons are now 1 single button called toggle (for folders and files)

Removed

  • Removed workspace.exclude property