2.10.0 (2024-11-29)
- tsconfig path support (33c6acc)
2.9.0 (2024-06-01)
2.8.0 (2022-02-11)
- test: remove suite.only [skip ci] (7e7fab8)
- tests: add missing await (1b84521)
- tests: add missing file (52f137b)
- tests: add tsconfig settings correctly [skip ci] (2345cb6)
- tests: make tests more robust (d102c1b)
- tests: make them work [skip ci] (7b7fbb9)
2.7.0 (2022-01-21)
2.6.1 (2022-01-14)
- Improve absolute path handling (mostly-Windows fixes, some QOL) (#193) (c9d7471), closes #48 #157 #51
2.6.0 (2021-11-29)
- enable virtual workspaces (86a0426)
2.5.0 (2021-11-22)
2.4.2 (2021-11-04)
- windows: path parse issue (285ab92)
- json test newline error (465d22d)
- replace deprecated textedit with inserttext (9df6e6a)
2.4.1 (2021-10-29)
2.4.0 (2021-07-19)
- add untrustedWorkspaces support (cb71dc8)
2.3.0 (2020-09-11)
- duplicate function name (b5f5238)
- mapping: add support for workspaceFolder placeholders (b07960e)
2.2.1 (2020-06-12)
- bundle: whitelist dependencies (16c85ae)
2.2.0 (2020-06-05)
- build: enable continous deploy (335a253)
2.1.6 (2020-06-05)
- build: make sure changelog is updated (c4da5e9)
- [Changed] Refactored provider structure
- [Fixed] Multi root workspace support
- [Hotfix] Fixed broken intellisense on windows
- [Hotfix] Fresh rebuild
- [Feature] Added setting to define how to handle absolute paths Fixes #45, #55
- [Feature] Files from "files.exclude" are now ignored as well
- [Feature] Basic ts config support
- [Bug] Fixed #26
- [Bug] Fixed #56
- [Bug] Fixed #59
- Perf. improvements
- [Feature] Add Option to automatically add a slash after directory. Thank you @koelpinl #41
- [Bug] Fixed autocompletion for names with dashes. Thank you @kasperekt #36
- [Feature] Custom Mappings #19, #5
- [Feature] Setting to enable display of hidden files #12
- [Bug] Fixed #11
- [Bug] Fixed #15
- [Bug] Fixed #16
- Fixed compatibility with VS Code 1.3
- [Feature] Added .. on top of each suggestion, Removed trailing slash
- [Bugs] Various bugs fixed
- [Feature] Remove file extension within imports (configurable)
- Added slash after folders, group by folder and files, file icon
- Fixed windows path issue
- Fixed unknown publisher issue
- Updated Readme.md
- Initial