Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 07:58
· 259 commits to main since this release
2ffa650

This release includes changes made in all pre-release 0.5.0 versions. The main takeaway from 0.5.0:

This is a complete rewrite of a Vitest VSCode extension, so the requirements for this extension were changed.

  1. The extension requires Vitest 1.4.0 to work. Debugging feature only works with Vitest 1.5.0 and higher. Coverage only works with VS Code 1.88.0 and higher.
  2. The extension requires at least one config or workspace file to work.

   🚀 Features

  • Add debuggerPort option  -  by @sheremet-va (b48e2)
  • Better debug support  -  by @sheremet-va in #334 (e0a1f)
    • The "Restart" button might not work correctly. If it doesn't rerun tests, detach the debugger first and click on "Run Debug" again. This is a known bug.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub