Skip to content

3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 00:43
· 199 commits to main since this release
1fe0271

3.4.0 / 2021.05.11

  • feat: handle per resource configuration (#411)

    Along with Deno v1.10, the extension now supports vscode's multi-root
    workspaces, which will allow you to enable and disable Deno per workspace
    folder.

  • feat: add internalDebug config flag (#406)

    Enabling deno.internalDebug to true will output additional (quite verbose)
    logging information to help with diagnosing language server issues. This
    requires Deno v1.10 or later to work.

  • fix: activate on reloadImportRegistries command (#407)

  • docs: fix type in ImportCompletions.md (#410)