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

feat: multi-root workspaces #1038

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

trevorpfiz
Copy link

@trevorpfiz trevorpfiz commented May 16, 2024

https://code.visualstudio.com/docs/editor/multi-root-workspaces

I came across next-fast-turbo when adding a FastAPI to a Turborepo, and I enjoyed the development experience of using multi-root workspaces. https://next-fast-turbo.mintlify.app/documentation/local-development#working-with-a-monorepo-in-vs-code

Any experience working with multi-root workspaces? One issue I noticed is that there is some overlap between the root launch.json configurations and the ones defined in .code-workspace. Leads to this when working in the multi-root workspace:

image

I don't have enough experience to say, but we could recommend multi-root workspaces in the README and then remove the root launch.json, but only if there are clear advantages to working with Turborepo in a multi-root workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant