Releases: denoland/vscode_deno
Releases · denoland/vscode_deno
v3.0.0-pre.1
v3.0.0-pre.1 / 2020.11.30
This is a full rewrite of the extension to use the upcoming deno lsp
feature.
v2.3.3
v2.3.3 / 2020.11.05
- chore: update compilation settings to match 1.5 (#251)
v2.3.2
v2.3.2 / 2020.10.12
- chore: disable importsNotUsedAsValues --unstable default (#240)
- build: husky pre-commit hooks (#224)
v2.3.1
v2.3.1 / 2020.09.24
- fix: enable recursive mode for mkdir of cache path (#232)
v2.3.0
v2.3.0 / 2020.09.24
- feat: generic import intellisense (#219)
- feat: out of the box debug support (#221)
- feat: init project command to quickly set up .vscode/settings.json (#207)
- fix:
Fetch the module
quickfix does not respect deno.unstable setting (#213)
- chore: fix manual URL in hover card (#226)
v2.2.3
v2.2.3
- fix: failed to load typescript-deno-plugin error (#205)
- chore: align ignored diagnostics to Deno 1.4.0 (#205)
v2.2.2
v2.2.2 / 2020.09.13
- chore: update tsconfig to match Deno 1.4.0 (#204)
v2.2.1
v2.2.1 / 2020.09.09
- fix: remove ansi codes from install output (#185)
- fix: deno.land/x cache will always renew on vscode restart after 24 hours (#191)
- fix: ignore 'rule' for this line does not work on the first line (#192)
- build: release .vsix artifact during release (#195)
v2.2.0
v2.2.0 / 2020.09.07
- feat: add inline
deno lint
diagnostics (#162)
- fix: add IntelliSense support for
export
(#184)
- refactor: move imports IntelliSense logic to server (#181)
v2.1.2
v2.1.2 / 2020.09.04
- fix: another typescript not found error (#178)