Skip to content

Releases: denoland/vscode_deno

v3.0.0-pre.1

30 Nov 14:14
5cfad6d
Compare
Choose a tag to compare
v3.0.0-pre.1 Pre-release
Pre-release

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

05 Nov 14:55
0e1ad0a
Compare
Choose a tag to compare

v2.3.3 / 2020.11.05

  • chore: update compilation settings to match 1.5 (#251)

v2.3.2

13 Oct 16:17
6ec39cd
Compare
Choose a tag to compare

v2.3.2 / 2020.10.12

  • chore: disable importsNotUsedAsValues --unstable default (#240)
  • build: husky pre-commit hooks (#224)

v2.3.1

24 Sep 11:15
069e761
Compare
Choose a tag to compare

v2.3.1 / 2020.09.24

  • fix: enable recursive mode for mkdir of cache path (#232)

v2.3.0

24 Sep 10:55
c3af013
Compare
Choose a tag to compare

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

13 Sep 18:16
9c2c2da
Compare
Choose a tag to compare

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

13 Sep 17:44
54d6247
Compare
Choose a tag to compare

v2.2.2 / 2020.09.13

  • chore: update tsconfig to match Deno 1.4.0 (#204)

v2.2.1

09 Sep 15:26
d61b8b1
Compare
Choose a tag to compare

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

07 Sep 10:02
aa4610c
Compare
Choose a tag to compare

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

04 Sep 15:42
0a70a93
Compare
Choose a tag to compare

v2.1.2 / 2020.09.04

  • fix: another typescript not found error (#178)