Skip to content

Releases: denoland/vscode_deno

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)

v2.1.1

04 Sep 15:12
9adc3a2
Compare
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
Compare
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
Compare
Choose a tag to compare

2.0.16 / 2020.08.28

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