[INFO 9:03:45 AM] [v0.12.4] Vitest extension is activated because Vitest is installed or there is a Vite/Vitest config file in the workspace.
[INFO 9:03:46 AM] [API] Running Vitest v1.6.0 (trading212-api/vitest.config.ts) with Node.js: /home/bennycode/.nvm/versions/node/v20.10.0/bin/node
[INFO 9:03:46 AM] [API] Running Vitest v1.6.0 (dist/vitest.config.d.ts) with Node.js: /home/bennycode/.nvm/versions/node/v20.10.0/bin/node
[INFO 9:03:46 AM] [API] Running Vitest v1.6.0 (dist/vitest.config.js) with Node.js: /home/bennycode/.nvm/versions/node/v20.10.0/bin/node
[Worker] failed to load config from /home/bennycode/dev/bennycode/trading212-api/dist/vitest.config.d.ts
[INFO 9:03:46 AM] [API] Vitest v1.6.0 (trading212-api/vitest.config.ts) process 5536 created
[Error 9:03:46 AM] [Error Error] Vitest failed to start:
e
Error: Vitest failed to start:
e
at ChildProcess.f (/home/bennycode/.vscode-server/extensions/vitest.explorer-0.12.4/dist/extension.js:18:5392)
at ChildProcess.emit (node:events:518:28)
at emit (node:internal/child_process:951:14)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
[INFO 9:03:46 AM] [API] Vitest v1.6.0 (dist/vitest.config.js) process 5546 created
Version
v0.12.4
Validations
[X] Check that you are using the latest version of the extension
[X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Describe the bug
I downloaded v0.12.4 because it excludes
d.ts
config files by default. Unfortunately, it still crashes when opening my workspace.Reproduction
tsc
so that adist/vitest.config.d.ts
file is being createdMy vitest.config.ts:
Output
Version
v0.12.4
Validations