- Support WoW64 path conversion (System32 -> SysWOW64) #41 via @jabalv
- Update tar dev dependency #42 via @dependabot
- Several updates to clean up repo #44 via @Tyriar
- typescript@3.7
- @types/node@10
- Enable TS strict mode
- Move to @types/vscode over vscode
- Add lint
- Add GitHub action to release
- Move to yarn, remove package-lock.json
- Added a
env
override option #33 via @DoctorJew - Environment variables are now resolved in shell and args using the %VAR% format on Windows and $VAR on non-Windows #32, #35 via @Vigilans, @Tyriar
- Setup CI and unit tests #34 via @Tyriar
- Added a
cwd
override option #17 via @fabiospampinato - Fix bug that would not allow launching of shells that have duplicate labels #18 via @fabiospampinato
- Added the
launchName
setting which allows naming of terminal instances #10 via @Jared-Miller - Shell paths are now validated before being displayed in the picker #11 via @Jared-Miller
- Fixed an exception when canceling out of the shell launcher dialog #13 via @Tyriar
- Use
System32
oversysnative
as the default on Windows to fix launching shells from the 64-bit client
- Fix example
- Added configuration section to readme via @jonbgallant
- Fix syntax highlighting in readme
- Fix images in readme
- Initial release