Replies: 1 comment 1 reply
-
I'm getting a similar error on Ubuntu 22.04.4 LTS, Node 20.11.1, npm 10.2.4, vitest 1.5.3, vitest-vscode extension 10.0.1. The latest version of the vitest extension to fully work for me is Experimenting with right-click -> Install Another Version...
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Since the latest versions the vitest extension is not working anymore in my VSC. The error output seems to be very vague. Too vague to really submit a bug. I believe it is caused by the big changes in the plugin in the last weeks. I did not use the extension for at least two months.
I can reproduce this with minimum efford by setting up a base vite application with
npm create vite@latest my-vue-app -- --template vue
enhanced with vitest.I am using a windows machine with Node v20.12.2 and npm v10.5.0.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions