Skip to content

3.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 21:44
· 174 commits to main since this release
4ef5c50

3.9.0 / 2021.09.15

  • feat: support deno.json(c) files (#521)

    As of 1.14 Deno supports an expanded set of configuration options in the configuration file above the supported TypeScript "compilerOptions" options.

    The extension supports validating these configuration files, as well as recommends naming them deno.json or deno.jsonc.

  • fix: debug config provider (#513)

  • fix: better suppression of built in diagnostics (#514)

  • chore: bundle extension (#506)

    This decreases download/install size of the extension as well as speeds up load time of the extension.

  • chore: fix packaging of extension (#507)

  • chore: update vscode typings (#519)