vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
740 stars 83 forks source link

Running the same file in different projects overwrites the result #300

Open sheremet-va opened 6 months ago

sheremet-va commented 6 months ago

Describe the bug

The workspace config can define different inline configs for the same files. Vitest correctly displays them with a |${name}| separator. But we currently do not support this use case.

Reproduction

https://github.com/vitest-dev/vscode/tree/main/samples/monorepo-nx

System Info

Any

Used Package Manager

npm

Validations

sheremet-va commented 6 months ago

Fixed in 1cea5bfe6328c54c7ac27b2d3eed67bd5792e789