You can read about known issues here or if you found a new issue or you have a feature request, you can post those here.
- minor stability fixes.
- fixed an issue that causes the Actions generating to hang,
- minor stability fixes.
- updated FolderPicker to
v.2.3.1
which brings these fixes:- added absolute path validation,
- improved relative path validation,
- updated
Zep()
tov.4.0.2
which brings stability, - updated valid-path to
v.1.0.4
, - added current directory indicator,
- fixed an issue where left-over Actions would re-appear,
- minor stability fixes.
- updated FolderPicker to
v.2.2.0
which brings these fixes:- huge performance improvement when fetching directories,
- minor UI tweaks,
- updated ResponseSpeed.
- updated FolderPicker to
v.2.1.4
which brings these fixes:- an issue with Picker being busy indefinitely,
- caches clear Action,
- other performance improvements.
-
updated FolderPicker to
v.2.1.3
which brings these fixes:- updated dependencies,
- don't update path unless accepted,
- fixed an error with
projectRoot
when it's empty/not provided, - use
Zep()
foronDidChangeActive
for stability, - updated to use Visual Studio Code
v.1.58.1
.
- updated FolderPicker to
v.2.1.1
, - updated documentation and demo Gifs,
- separated changelogs for current and previous versions,
- moved the known issues from this changelog to a separate file.
- updated FolderPicker to
v.2.1.0
which brings these fixes/improvements:- relative folder path validation,
- added a Clear Action that appears when the relative folder path is not valid,
- re-implemented the UI indicator when the Picker is generating Actions that was broken during the previous update,
- changed the default icon for
Pick current folder
Action (emoji type icons), - added a new option,
ignoreFocusOut
that controls whether the Picker should stay open even when loosing focus, - updated Visual Studio dependency to
v.1.58.0
, - internal improvements.
- updated internal functionality.
- added
Instant
as an option toResponseSpeed
config property, - updated FolderPicker to
v.2.0.2
which includes these fixes:- updated
Zep()
tov.3.0.0
- brings more stability, - added
Instant
as a value toResponseSpeed
.
- updated
- improved activation time, by up to ~20x!
- improved overall performance,
- added extension name to the
Config
link in the Explorer for clarity.
- added 3 new options:
- the generated Actions are now at the top of the Picker,
- fixed an issue with the
showIcons
property, - fixed a conflict that occurs when clicking the Config button of the Picker when
ignoreFocusOut
is set to true, - generating Actions is now throttled by default - see Response Speed in the Config,
- added a UI indicator when the Picker is generating Actions,
- started using
Zep()
, - added support for ThemeIcon,
- absolute paths are now resolved.
- added demo Gifs for easier usage understanding.
-
added more interactive dialogs upon folder picking/creating,
-
added a link to Config in the Explorer view,
-
completely rewritten the extension, it now uses a custom UI provided by
FolderPicker
and available on Github and npm which brings new features:- nested/recursive folder creating (fixed #1 🤗),
- custom icons for the Picker,
- custom actions,
- smart folder navigation,
- absolute path support,
- many callbacks,
- universal paths, thanks to uPath,
- fast folder traversal,
- error handling.
- made the command "New Folder: Create..." always available in the Command Palette.
- updated uPath.
- matched default views positioning.
- made the UI feel more like the default editor UI elements,
- show/hide commands conditionally,
- added a new command
Config
, - updated configuration,
- cleaned up resources.
- cleaned up resources.
- minor improvements.
- added more installation and usage info,
- added screenshots,
- refactored code.
- updated Marketplace banner colors,
- updated README,
- added extension keywords.