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

Releases: axetroy/vscode-deno

v1.13.0

04 Feb 11:12
Compare
Choose a tag to compare

Bug Fixes

  • can not import module which end with .ts (0169107)
  • deps: pin dependency vscode-uri to 2.1.1 (#26) (5cdf757)
  • improve import module position (8a999c6)

Features

v1.12.0

03 Feb 15:34
Compare
Choose a tag to compare

Features

  • improve folder picker (71e9658)
  • remove deno.enable = true by default (532cdf0)
  • Warning when import from http (72d9db3)

v1.11.0

31 Jan 08:04
Compare
Choose a tag to compare

feat: add diagnostics checking for disable non-extension name module import. close #12

refactor: improve sync workspace folder

v1.10.1

30 Jan 18:41
Compare
Choose a tag to compare

fix: formatter not run at workspace folder

v1.10.0

30 Jan 17:33
Compare
Choose a tag to compare

rewrite to C/S model with LSP (#15). close #7

v1.9.2

29 Jan 15:07
Compare
Choose a tag to compare

fix: resolve can not import module not end with .ts when module does not found. close #5

v1.9.1

29 Jan 13:03
Compare
Choose a tag to compare

feat: support top-level await. close #10

v1.9.0

26 Jan 10:32
Compare
Choose a tag to compare

feat: enable jsx options by default for typescript-deno-plugin
feat: support import installed module intelligent. close #4

v1.8.0

26 Jan 08:25
Compare
Choose a tag to compare

fix: only allow .d.ts file for deno.dtsFilepaths
feat: add deno.dtsFilepaths configuration
remove deno.alwaysShowStatus configuration. close #6

v1.7.0

24 Jan 17:07
Compare
Choose a tag to compare

feat: enable/disable typescript-deno-plugin in extension scope #2