Skip to content

Releases: vitest-dev/vscode

v0.5.10

27 Mar 18:43
eea281f
Compare
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
Compare
Choose a tag to compare
v0.5.9 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.8

22 Mar 09:14
f5f8e0e
Compare
Choose a tag to compare
v0.5.8 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.7

20 Mar 10:13
7174c5d
Compare
Choose a tag to compare
v0.5.7 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.6

16 Mar 16:34
dad5884
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.5

16 Mar 11:52
0449957
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.4

16 Mar 09:44
781e006
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.5.2

15 Mar 15:20
a209e3a
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.1

15 Mar 14:31
8def7ee
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.5.0

15 Mar 13:36
760665c
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

This is a complete rewrite of a Vitest VSCode extension. All minor odd versions are considered a pre-release. You can use this version and give us feedback by switching to a pre-release version:

Screenshot 2024-03-15 at 14 44 38

   🚨 Breaking Changes

  • Use Vitest public API instead of Vitest CLI  -  by @sheremet-va in #253 (0b70c)
    • Requires Vitest 1.4.0 or higher
    • Faster test execution (instant feedback when clicking on "start")
    • Better continues mode integration
    • Support for "each" tests
    • Support in-source tests

    🐛 Known Issues

  • Currently, the extension requires vite.config or vitest.config file to function
  • The "continues" mode doesn't update test results if several test functions are selected - it will use the last one selected. For now, you can use continues mode on a file without problems
  • Sometimes debugger starts only on a second try
  • When using debugger, tests are not marked as "enqueued"
  • Update snapshot is not implemented, but button exists (does nothing)
    View changes on GitHub