Marc Dafeldecker

Results 6 comments of Marc Dafeldecker

Experiencing a similar issue on Fedora.. - Test Explorer Panel does not appear in UI - manually enabling the plugin via `"vitest.enable": true` has not effect - vitest runs as...

@zxch3n I cloned your test project and the vitest plugins loads, running tests with the plugin fails but succeeds when ran via cli. It throws the following errors in dev...

Addendum: When toggling Vitest Watch Mode via command palette all works fine in your test project. When attempting the same in my project it throws: `Command'Vitest: Toggle Watch Mode` resulted...

In script.test I only call "test": "vitest".. I have updated to the pre-release version and it's throwing the following error in 3 test setups including your cloned sample project which...

Yay! Thank you @zxch3n, that seems to have been the issue for me. Setting the vitest.commandLine to `pnpm test --` instead of `pnpm test` with the pre-release version resulted in...

I am experiencing the same issue. When trying to run the "Test" I get `[ERROR] http error [code=499]` and when trying to "Submit" I also receive `[ERROR] http error [code=499]`.