Skip to content

Releases: denoland/vscode_deno

3.14.1

11 Nov 14:44
5bd508c
Compare
Choose a tag to compare
3.14.1 (#746)

3.14.0

25 Oct 22:55
e8bac94
Compare
Choose a tag to compare
3.14.0

3.13.2

10 Oct 06:52
8581e36
Compare
Choose a tag to compare
3.13.2

3.13.1

22 Jul 14:59
45d3435
Compare
Choose a tag to compare
3.13.1 (#699)

3.13.0

27 Jun 18:38
c8d3b7d
Compare
Choose a tag to compare
Release 3.13.0 (#687)

3.12.0

30 Mar 01:59
65b2dcf
Compare
Choose a tag to compare
3.12.0

3.11.0

21 Mar 03:46
6bb9b70
Compare
Choose a tag to compare

3.11.0 / 20212.03.21

  • feat: support certificate related options (#612)

    Options are now supported to provide the Deno language server with custom TLS
    certificate information as well as unsafely ignore invalid TLS certificates,
    which are currently supported on the command line. This allows the extension
    to cache modules in custom certificate TLS environments from the editor.

  • feat: support Deno enabling specified workspace paths (#635)

    When used with a version of the Deno language server that supports the same
    feature, specified folders (and their sub folders) can be Deno enabled
    leaving the remaining folders in the workspace using the built-in
    JavaScript/TypeScript language server. This feature is set using the Deno:
    Enable Paths
    setting or "deno.enablePaths" if editing settings directly.

  • fix: utilize fresh objects when muting built in ls (#615)

  • fix: send all workspace settings during initialization (#632)

3.10.1

16 Jan 03:59
b30016d
Compare
Choose a tag to compare

3.10.1 / 20212.01.16

  • fix: update nest.land registry (#602)

3.10.0

04 Jan 23:36
b80e599
Compare
Choose a tag to compare

3.10.0 / 20212.01.05

  • feat: enable known registries by default (#594)

    Known registries which support completions suggestions in the editor
    (deno.land, crux.land, nest.land) are now enabled by default, making it
    easier to discover packages.

  • feat: support the inspect option for Deno.test (#598)

    This allows the code lens for the Debug command to execute a test in debug
    mode.

  • chore: update min version (#596)

3.9.2

09 Nov 20:58
3e5051e
Compare
Choose a tag to compare

3.9.2 / 2021.11.09

  • fix: add back bundling and ensure CI uses same version of vsce for all steps
    (#545)
  • fix: configurable import maps for testing code lens (#551)
  • fix: use workspace root as current directory for executing test code lens
    (#564)
  • fix: do not cache unsupported origins in config (#571)