-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Errors not diplayed in vscode with Vitest 1.0.1 #198
Comments
We are experiencing the same bug on Windows with Vitest version 1.0.2 |
Also ran into this on macOS, downgrading resolved. |
Running into the same issue and after downgrading/upgrading a few times I narrowed down the breaking change in vitest to have been introduced in version |
It looks to be a difference in I have a branch that has a working model. My main question before a PR is are we trying to be backwards compatible? Or will this tool be mapped to various major versons of vite? I would assume we would want to avoid additional support needed for older versions. |
what's the immediate action we can take to solve the issue locally for now until this is fixed ? |
I'm having the same issue. Please fix! This is such a great plugin. |
Extension was not updated to properly work with vitest >= 1.0.0. Fixed by #213. |
Describe the bug
Errors are empty with vitest v1.0.1.
It's working when I got back to an older version
To Reproduce
Install vitest v1.0.1 and you'll not have the errors displayed in vscode. It's working with vitest v0.35.6
Expected behavior
Display inline errors in vscode
Screenshots
Environment
(Paste info.txt content generated by the example project)
The text was updated successfully, but these errors were encountered: