Best Practices for Multi-Project Workspaces

Assuming there are three project—admin, api, and h5—belonging to one project, is it better to use VS Code’s built-in workspace feature and add them sequentially to the workspace,

or to place the admin, api, and h5 projects under a single folder and then open that folder in cursor?

If they have individual Gits, then Cursor will not recognize them.

Use FileAdd Folder to Workspace
Also keep in mind about this bug.

Each of mine has its own independent Git repository,

but I don’t have the issue you mentioned.

Whether using a workspace or directly opening the parent folder, their Git repositories are detected simultaneously.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.