Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Releases: axetroy/vscode-deno

v1.21.0

10 Feb 06:52
Compare
Choose a tag to compare

Features

  • support external type definitions with '/// '. ref: #35 (f7affb2)

v1.20.0

09 Feb 17:59
Compare
Choose a tag to compare

Bug Fixes

  • update ignore diagnostics code. close #41 (34e6c10)

Features

  • remove lock std version and prefer HTTPS diagnostics. close #33 (2480791)

1.19.0 (2020-02-07)

v1.19.0

07 Feb 18:50
Compare
Choose a tag to compare

Bug Fixes

Features

  • remove extension name diagnostic. close #12 (892bb3f)
  • support import ECMA script module. close #37 (1b68068)

v1.18.1

07 Feb 10:41
Compare
Choose a tag to compare
1.18.1

v1.18.0

07 Feb 09:07
Compare
Choose a tag to compare

Bug Fixes

  • create local module no work (bcceff2)

Features

  • no more use workspace typescript version (2a6f9da)
  • require min vscode version 1.42.0 (ab2cc6e)
  • support top-level await with typescript 3.8 (cb0e592)

v1.17.0

06 Feb 10:50
Compare
Choose a tag to compare

Bug Fixes

  • create a local module if is not relative or absolute path (21bacce)

Features

v1.16.0

05 Feb 16:39
Compare
Choose a tag to compare

Features

  • add default content for creating a file when fix missing local module (1404f2f)
  • add lock deno_std version diagnostic (8d9097e)
  • support Import Maps for Deno. close #3 (eb187af)

v1.15.0

05 Feb 11:17
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin dependency execa to 4.0.0 (#30) (47ca6e4)
  • typescript-deno-plugin may not find modules and cause typescript to crash (8bdc5db)

Features

  • support quickly fix for diagnostics. close #29 (da85926)

v1.14.0

04 Feb 16:06
Compare
Choose a tag to compare

Bug Fixes

  • lock prettier version to make sure formatter work on deno v0.32.0. We will switch to dprint in a future release and only suppport formatting typescript/javascipt code. (78b3266)

Features

  • add deno.restart_server command to restart Deno Language Server. close #28 (9a66f86)
  • Added i18n support for Chinese Traditional (ca93cd2)
  • improve status bar. show more information (6fb83c4)

v1.13.1

04 Feb 14:20
Compare
Choose a tag to compare

Bug Fixes

  • cannot find module if redirected. close #27 (6fd7b13)