Skip to content

3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 23:21
· 197 commits to main since this release
6eafebf

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