Releases: Fooxly/workspace
Releases · Fooxly/workspace
v1.3.1
v1.3.0
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
v1.1.0
Added
- Color property called
workspace.hiddenColorwhich 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