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
totrue
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)