Releases: johnathanludwig/vscode-fileswitcher
Releases · johnathanludwig/vscode-fileswitcher
v1.0.0
Better late than never! 1.0.0 was published and tagged two years ago, but I missed creating the release.
What's Changed
- feat: display status bar warning when no files match by @johnathanludwig in 82aec70
- Display warning when attempting to create but there are no matches by @johnathanludwig in #19
- docs: update readme and package description by @johnathanludwig in #20
- Upgrade to yarn 3 & upgrade typescript by @johnathanludwig in #21
Full Changelog: v0.9.0...v1.0.0
v0.9.0
Features
- Add command to create a missing file from mapping.
- No longer show the full system path of files when multiple matches occur while switching a file.
v0.8.0
Features
- Update replace logic to allow multiple replacements in a mapping.
v0.7.0
Features
- Added a new command to display all generated mappings for the current file. This should be helpful when trying to debug why a mapping is not working.
- Add warning message in the VSCode status bar when no files match your mappings.
v0.6.0
Features
- When multiple files match your mappings a quick select will now open allowing you to choose which file to open.