Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug not working with yarn 3 workspaces #84

Open
adriencaccia opened this issue Sep 11, 2022 · 0 comments
Open

Debug not working with yarn 3 workspaces #84

adriencaccia opened this issue Sep 11, 2022 · 0 comments
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)

Comments

@adriencaccia
Copy link

Describe the bug
When using yarn 3 workspaces, test debugging might not work, depending on the location of the vitest executable.

To Reproduce
I opened #83 and added the samples/multi-root-workspace-no-root sample, and made a fix.
Without the last commit of my pr with the fix, the following error will happen when trying to debug a test:
image

Expected behavior
Debug should work.

@adriencaccia adriencaccia added the p3-minor-bug An edge case that only affects very specific usage (priority) label Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant