Skip to content

Releases: vitest-dev/vscode

v0.6.2

16 Apr 18:51
cac3d22

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.6.1

16 Apr 13:22
8972f0a

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.6.0

13 Apr 07:58
2ffa650

Choose a tag to compare

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

v0.5.15

05 Apr 11:57
dda6c40

Choose a tag to compare

v0.5.15 Pre-release
Pre-release

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.5.14

05 Apr 10:21
a645e69

Choose a tag to compare

v0.5.14 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.5.13

02 Apr 19:28
10a1945

Choose a tag to compare

v0.5.13 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.5.12

02 Apr 16:50
84b917c

Choose a tag to compare

v0.5.12 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.5.11

28 Mar 10:16
53d2947

Choose a tag to compare

v0.5.11 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.10

27 Mar 18:43
eea281f

Choose a tag to compare

v0.5.10 Pre-release
Pre-release

   🐞 Bug Fixes

  • Don't collect tests several times for the same file in different projects  -  by Vladimir Sheremet (daf97)
  • Fix workspace with root vite.config.ts  -  by Hiroshi Ogawa in #322 (6eb9a)
  • Ignore dot folders by default  -  by Vladimir Sheremet (6e15b)
  • Correctly report errors if vitest failed to resolve  -  by Vladimir Sheremet (c0606)
    View changes on GitHub

v0.5.9

22 Mar 15:05
3c1594a

Choose a tag to compare

v0.5.9 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub