Justjavac Vscode Deno Versions Save

[Deprecated] Move to https://github.com/denoland/vscode_deno

v1.8.0

4 years ago
  • disable format

v1.5.0

4 years ago

v1.4.0

4 years ago

v1.3.3

4 years ago

v1.3.2

4 years ago
  • deep merge compilerOptions #34

v1.3.0

5 years ago
  • Upgrade deno v0.3.9 check #28

deno v0.3.9 have a break change:

  • cli: Change "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" (#2157)

v1.2.1

5 years ago

fix 'can not found module typescript/lib/tsserverlibrary' bug

v1.2.0

5 years ago
  • use deno formater for ci
  • add i18n(zh-cn)
  • use configurationSection instead of literal string #14
  • add badge for travis #17
  • remove unnecessary activationevents #18
  • Generate Deno's .d.ts file #21
  • upgrade typescript-deno-plugin from 1.1.0 to v1.2.1
    • add headers fallback when module is not found #3
    • set default compilation options #4
    • add deno declaration files #5 #7

v1.0.7

5 years ago
  • use execa instead of child_process.exec #6
  • refactor: improve performance #7 #9
  • add import snippets for deno std #8

v1.0.6

5 years ago
  • Revert "bundling extension using webpack"