Skip to content

Latest commit

 

History

History
189 lines (97 loc) · 7.1 KB

CHANGELOG.md

File metadata and controls

189 lines (97 loc) · 7.1 KB

2.10.0 (2024-11-29)

Features

2.9.0 (2024-06-01)

Features

  • added support for NixOS config files (#229) (6aa458c)

2.8.0 (2022-02-11)

Bug Fixes

  • 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)

Features

2.7.0 (2022-01-21)

Features

2.6.1 (2022-01-14)

Bug Fixes

2.6.0 (2021-11-29)

Features

  • enable virtual workspaces (86a0426)

2.5.0 (2021-11-22)

Features

  • ignoreTsConfigBaseUrl: implemented (fb323d9), closes #161

2.4.2 (2021-11-04)

Bug Fixes

  • windows: path parse issue (285ab92)
  • json test newline error (465d22d)
  • replace deprecated textedit with inserttext (9df6e6a)

2.4.1 (2021-10-29)

Bug Fixes

  • loop not awaiting result (7cb5b70)
  • make sure that fileinfo has isFile set when called (115e7f4)

2.4.0 (2021-07-19)

Features

  • add untrustedWorkspaces support (cb71dc8)

2.3.0 (2020-09-11)

Bug Fixes

  • duplicate function name (b5f5238)

Features

  • mapping: add support for workspaceFolder placeholders (b07960e)

2.2.1 (2020-06-12)

Bug Fixes

  • bundle: whitelist dependencies (16c85ae)

2.2.0 (2020-06-05)

Features

  • build: enable continous deploy (335a253)

2.1.6 (2020-06-05)

Bug Fixes

  • build: make sure changelog is updated (c4da5e9)

v2.0.0

  • [Changed] Refactored provider structure
  • [Fixed] Multi root workspace support

v1.4.2

  • [Hotfix] Fixed broken intellisense on windows

v1.4.1

  • [Hotfix] Fresh rebuild

v1.4.0

  • [Feature] Added setting to define how to handle absolute paths Fixes #45, #55

v1.3.0

  • [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

v1.2.0

  • [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

v1.1.0

  • [Feature] Custom Mappings #19, #5
  • [Feature] Setting to enable display of hidden files #12
  • [Bug] Fixed #11

v1.0.2

  • [Bug] Fixed #15
  • [Bug] Fixed #16

v1.0.1

  • Fixed compatibility with VS Code 1.3

v1.0.0

  • [Feature] Added .. on top of each suggestion, Removed trailing slash
  • [Bugs] Various bugs fixed

v0.2.0

  • [Feature] Remove file extension within imports (configurable)

v0.1.0

  • Added slash after folders, group by folder and files, file icon

v0.0.5

  • Fixed windows path issue

v0.0.3

  • Fixed unknown publisher issue

v0.0.2

  • Updated Readme.md

v0.0.1

  • Initial