-
-
Notifications
You must be signed in to change notification settings - Fork 116
Monorepo instructions are unclear, samples not working #81
Copy link
Copy link
Open
Labels
feat: workspacep2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)
Description
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/monorepoin 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feat: workspacep2-nice-to-haveNot breaking anything but nice to have (priority)Not breaking anything but nice to have (priority)