- Favorites files & folders can now be opened in a new VSCode window
- Favorite folders content can now be opened in a new VSCode window by applying the selected file filter
- Improved the favorites folder file filter example glob patterns
- Added a view shortcut to edit favorites
- Favorite folders now warns if the selected filter yields no files
- Favorite folders is now using a new icon
- It is now possible to move groups and favorites back to the top level/root element using the element picker
- Minor fixes
- Fixed Bug #17 wwhich caused context actions to leak into other views
- Hotifx : Missing dependency caused the extension to crash round 2
- Moved build to webpack
- Hotifx : Missing dependency caused the extension to crash
- Added support for folder based favorites (including file filters with glob support)
- Quality of life improvements
- Code cleanup and refactoring
- The group picker now displays the group's path in the hierarchy
- Code cleanup
- Added support for nested groups
- Bug squashing
- Changed tree update mechanism
- Moved away from promises and adopted async code
- Changed the storage strategy to a local json file
- Added support for editing directly the favorites configuration file (JSON)
- Favorites can now be moved between Groups using the "Move to..." context menu
- All the Quick Picks plus the Favorites bar are now correctly sorted
- Prevents users from creating duplicated Favorites
- Undesired commands are now hidden in the Palette
- When opening a Favorite, the group which the Favorite belongs to is shown in the Quick Pick
- Revamped the icon
- Initial release