Releases: axetroy/vscode-deno
Releases · axetroy/vscode-deno
v3.3.1
Bug Fixes
- auto import module not working properly in some edge cases (71b518b)
- output target of compileOption now is esnext (fcbd234)
- Synchronization Deno error code (4b6efd4)
- Triple-Slash Directive does not work. ref #102 (e381390)
- Triple-Slash Directive not resolve module correctly (175b021)
- deps: update dependency vscode-languageclient to v6.1.2 (#99) (550f0bc)
- deps: update dependency vscode-languageclient to v6.1.3 (#101) (f5a743c)
v3.3.0
Bug Fixes
- cannot resolve module if location headers is relative or absolute path. close #97 (75d6027)
Features
- add copy to clipboard message (4dd4b8d)
- remove
deno.dts_file
configuration (#94) (f06e852)
BREAKING CHANGES
v3.2.1
Bug Fixes
- auto-import not work for some modules. close #44 (11d38b3)
- If query exists in url, module will not be parsed correctly (a8965b5)
Features
- copy url if click code_lens (e3829d8)
- make Deno declaration file read-only (fba8d89)
v3.2.0
Features
- improve fetching module message (3bb70e2)
- support Deno Dependency Viewer. close #83 (1b327b8)
Performance Improvements
- improve performance for file_walker (77ce898)
v3.1.1
Bug Fixes
- auto-import rewrite not work on Windows (3602979)
v3.1.0
Bug Fixes
Features
- add CodeLens for deno cached module which will show current URL (44bc4a1)
- improve auto-import completion detail (78fa0e8)
v3.0.6
Bug Fixes
- typescript server crash if create a new untitled typescript TextDocument ref: #86 (e5643e1)
v3.0.5
Bug Fixes
- extension not work when project has tsconfig.json at root dir (9ce2874)
v3.0.4
Bug Fixes
- 'fetch module' on work correctly for importmap module (087d834)
- invalid http tester regular expression (3d51ab0)
v3.0.3
Bug Fixes
- can not set TextDocument's language mode correctly in Windows (83d6e34)
- Path to module not resolved correctly in Windows (926896d)
- somethine server does not ready and send notify (271c9cd)
Reverts
- Revert "refactor: typescript-deno-plugin" (453a9b0)