3.6.0
3.6.0 / 2021.06.08
-
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 thetasks.json
.
Checkout out the testing and tasks
documentation for more information.