Describe the bug
Currently, there is (some) support for monorepos, but how to actually get extension working for monorepos is unclear.
The monorepo examples in /samples don't work out of the box as well.
To Reproduce
Steps to reproduce the behavior on the example project:
- Clone this repository
- Open
samples/monorepo in vscode
- Install the extension
- Run pnpm install
- Run all tests from the extension
Expected behavior
The tests should run successfully.
Screenshots
If applicable, add screenshots to help explain your problem.

Environment
(Paste info.txt content generated by the example project)
{
"System": {
"OS": "macOS 12.3.1"
},
"Binaries": {
"Node": {
"version": "16.14.0",
"path": "~/.nodenv/versions/16.14.0/bin/node"
},
"Yarn": {
"version": "1.22.15",
"path": "~/.nodenv/versions/16.14.0/bin/yarn"
},
"npm": {
"version": "8.3.1",
"path": "~/.nodenv/versions/16.14.0/bin/npm"
}
},
"IDEs": {
"VSCode": {
"version": "1.70.2",
"path": "/opt/homebrew/bin/code"
}
},
"npmPackages": {
"vite": {
"installed": "2.9.15",
"wanted": "^2.9.9"
},
"vitest": {
"installed": "0.12.10",
"wanted": "^0.12.6"
}
}
}
Additional context
Add any other context about the problem here.
Describe the bug
Currently, there is (some) support for monorepos, but how to actually get extension working for monorepos is unclear.
The monorepo examples in
/samplesdon't work out of the box as well.To Reproduce
Steps to reproduce the behavior on the example project:
samples/monorepoin vscodeExpected behavior
The tests should run successfully.
Screenshots

If applicable, add screenshots to help explain your problem.
Environment
(Paste info.txt content generated by the example project)
{ "System": { "OS": "macOS 12.3.1" }, "Binaries": { "Node": { "version": "16.14.0", "path": "~/.nodenv/versions/16.14.0/bin/node" }, "Yarn": { "version": "1.22.15", "path": "~/.nodenv/versions/16.14.0/bin/yarn" }, "npm": { "version": "8.3.1", "path": "~/.nodenv/versions/16.14.0/bin/npm" } }, "IDEs": { "VSCode": { "version": "1.70.2", "path": "/opt/homebrew/bin/code" } }, "npmPackages": { "vite": { "installed": "2.9.15", "wanted": "^2.9.9" }, "vitest": { "installed": "0.12.10", "wanted": "^0.12.6" } } }Additional context
Add any other context about the problem here.