Releases: axetroy/vscode-deno
Releases · axetroy/vscode-deno
v4.0.0
Features
Reverts
- Revert "deprecated" (6d13713)
- Revert "refactor: remove unused extension" (25b190b)
- Revert "refactor: update" (479ecd2)
v3.7.0
Features
- added unstable settings option (#167) (1a4a230)
- remove JSON import statement. Now, you cannot import JSON module. (23ff6f3)
v3.6.2
Bug Fixes
- file protocol import statement not work. close #146 (67897bc)
- not deno project also show deno deps tree view. (81303df)
v3.6.1
Bug Fixes
- In Deno's cache module,
x-typescript-types
and redirects are not parsed correctly. close #147 (a3a957f)
- deps: update dependency semver to v7.3.1 (#143) (16a112b)
- deps: update dependency semver to v7.3.2 (#144) (8496c84)
v3.6.0
Bug Fixes
Features
- ignore typescript compile options which ignore by Deno (b48fed0)
v3.5.0
Bug Fixes
- refresh diagnostic not work (f8e8e70)
Features
- compatible deno cache command since Deno v0.40.0 (7309b0c)
- support deno-types compile hint (#129) (9be33a4)
v3.4.2
Bug Fixes
- if
x-typescript-types
do not exist. then fallback to origin file (05496e3)
- deps: update dependency semver to v7.2.1 (#128) (90f4ad2)
v3.4.1
Bug Fixes
- Tsserver crashes in some cases (11563b4)
v3.4.0
Bug Fixes
- importmap not work when set to a relative path. close #103 (0e8398f)
Features
- add diagnostic for checking valid import statement (b2f070a)