0.5.0 (2024-03-01)
- Add ability to define prefixes via
quickOpener.prefixes
(1506c0e)
- Ensure displayed paths in quick pick use same prefix as input (acefa87)
- Show error message if selected file fails to open (7c85766)
- Stop shortening quick pick title path (a767150)
- Update list when popping path (83a3083), closes #2
0.4.3 (2023-11-11)
- Don't implicitly change search root when only
~
has been entered (9b29071) - Queue sub directory scans using something akin to breadth first searching (bb023f3)
0.4.2 (2022-12-22)
- Resolve original file path for commit~* files in multi-folder workspaces (7bc7168)
0.4.1 (2022-11-07)
- commands: Use title case for 'show' command title (e7c000c)
0.4.0 (2022-11-06)
- Replace input value with selected item when Tab key is pressed (cb421a6)
- Let quick pick trigger list regeneration (5138202)
0.3.1 (2022-10-29)
- Don't crash on windows (d0eca3f)
0.3.0 (2022-10-29)
- Add customizable keybindings for all defined actions + pop directory (daaab6e)
- Attempt to locate original dir when triggered from a
/commit~{sha}/...
file path (864f98a)
- Avoid throwing if
resolveRelative()
is called with a slash-less path (895e58d) - Don't use active file as starting point if it doesn't contain any slashes (af43951)
- Prevent
popPath
from resulting in.
input (c72d77e) - Trigger (item) action commands argument is supposed to be 1 indexed (b435dee)
0.2.1 (2022-10-19)
- Drop platform specific path separator from default fallbackDirectory value (54afad9)
0.2.0 (2022-10-19)
- Allow fallback starting directory to be customized using
quickOpener.fallbackDirectory
(e6ed2b6) - Show "open workspace" item button for
*.code-workspace
files (f2db318)
- QuickOpener: Make
stat
object available in action/accept handlers (49710c8)
0.1.0 (2022-10-16)
- Improve perf by limiting number of generated suggestions using new
maxCandidates
setting (6e63588) - Make "Add to workspace" trigger "Open folder" instead when workspace has no folders (6384abf)
- Don't block scanner while
stat()
ing input to determine window buttons (20b7e49) - Only scan and produce results for the last directory in the input (d2b222b)
Initial release