Skip to content

Releases: denoland/vscode_deno

v2.3.1

24 Sep 11:15
069e761

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

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

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

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

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

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

Choose a tag to compare

v2.1.2 / 2020.09.04

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

v2.1.1

04 Sep 15:12
9adc3a2

Choose a tag to compare

v2.1.1 / 2020.09.04

  • fix: typescript not found error (#177)

v2.1.0

04 Sep 14:44
dff1664

Choose a tag to compare

v2.1.0 / 2020.09.04

  • feat: IntelliSense support for std and deno.land/x imports (#172)
  • fix: add support for URLs with non default ports (#173)
  • fix: correctly handle non existing $DENO_DIR/deps (#169)
  • refactor: simplify import map json validation (#167)
  • chore: update dependencies (#165)
  • docs: remove non english readme (#164)

v2.0.16

28 Aug 09:41
5b379fb

Choose a tag to compare

2.0.16 / 2020.08.28

  • fix: autocomplete supports adding extensions (#156)
  • docs: fix readme install description (#160)