Releases: axetroy/vscode-deno
Releases · axetroy/vscode-deno
v1.13.0
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
Features
- improve folder picker (71e9658)
- remove
deno.enable = true
by default (532cdf0)
- Warning when import from http (72d9db3)
v1.11.0
feat: add diagnostics checking for disable non-extension name module import. close #12
refactor: improve sync workspace folder
v1.10.1
fix: formatter not run at workspace folder
v1.10.0
rewrite to C/S model with LSP (#15). close #7
v1.9.2
fix: resolve can not import module not end with .ts when module does not found. close #5
v1.9.1
feat: support top-level await. close #10
v1.9.0
feat: enable jsx options by default for typescript-deno-plugin
feat: support import installed module intelligent. close #4
v1.8.0
fix: only allow .d.ts file for deno.dtsFilepaths
feat: add deno.dtsFilepaths configuration
remove deno.alwaysShowStatus configuration. close #6
v1.7.0
feat: enable/disable typescript-deno-plugin in extension scope #2