You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for tasks and test code lens (#436)
The Deno Language Server as of Deno 1.11, code lenses for test are sent to the
client, and the extension now supports allowing those tests to be run in the
IDE. In addition, several tasks have been added to the extension which allow
users to setup and configure common Deno CLI tasks via the tasks.json.
Checkout out the testing and tasks
documentation for more information.
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.
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)