-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vitest extension completely non functional on mac #196
Comments
Same behaviour here |
It seems to be related with node 20. Rolling back to node 18.16.0 works fine. |
This makes no difference for me |
Hi @benwainwright, I cloned project and opened it using VSCode, deleted
|
I had node 20 and making the change to this specific version worked for me, Thanks ❤️ |
Downgrading the plugin version to v0.2.42 is what did the trick for me. Tutorial (VSCode): Extensions -> Vitest -> Uninstall (more) -> Install Another Version... v0.2.43 breaks the logging for some reason that needs to be investigated further. v0.2.42 logs an error in one of the vite.config.ts of my monorepo. After fixing this error, v0.2.43 also works. |
downgrading to v0.2.42 worked for me as well |
downgrading to v0.2.42 also worked for me |
Do you happen to use There was a bug regarding this that was now solved, which would lead to this exact error: #232 |
Have you noticed we moved the extension to a new download link, and the existing one has been deprecated? The new version has a lot of bug-fixes. Does this work for any of you? |
I am facing a similar issue with getting "pure/WS Close" / "RECONNECT" output flood from this extension. For my project it works if I remove Is this related or should there be a separate issue for this? macOS version: 13.6.3 |
Describe the bug
Vitest completely fails to work on any of my vitest repos
To Reproduce
Steps to reproduce the behavior on the example project:
Expected behavior
I see tests that I can execute
Actual behavior
I see 'install additional test extensions', and no tests.
Note, the vitest output window appears to be showing websocket connections dropping:
Screenshots

(Paste info.txt content generated by the example project)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: