Axetroy Vscode Deno Versions Save

Visual Studio Code Deno extension

v4.0.0

3 years ago

Features

Reverts

  • Revert "deprecated" (6d13713)
  • Revert "refactor: remove unused extension" (25b190b)
  • Revert "refactor: update" (479ecd2)

v3.7.0

3 years ago

Features

  • added unstable settings option (#167) (1a4a230)
  • remove JSON import statement. Now, you cannot import JSON module. (23ff6f3)

v3.6.2

3 years ago

Bug Fixes

  • file protocol import statement not work. close #146 (67897bc)
  • not deno project also show deno deps tree view. (81303df)

v3.6.1

4 years ago

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

4 years ago

Bug Fixes

  • import map with trailing slash (#142) (d5ecc7e)
  • deps: update dependency semver to v7.2.2 (#137) (d9bd9c8)
  • deps: update dependency semver to v7.3.0 (#140) (13e3947)

Features

  • ignore typescript compile options which ignore by Deno (b48fed0)

v3.5.1

4 years ago

Bug Fixes

  • add more test case for import_map. ref #132 (e4b1d6a)

v3.5.0

4 years ago

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

4 years ago

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

4 years ago

Bug Fixes

  • Tsserver crashes in some cases (11563b4)

v3.4.0

4 years ago

Bug Fixes

  • importmap not work when set to a relative path. close #103 (0e8398f)

Features

  • add diagnostic for checking valid import statement (b2f070a)