-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
[FEATURE] - Option for multiple Projects Location Folder #712
Comments
Hi @cheesyMan , I wonder if instead of the Favorite Projects, you could use the _auto-detect _feature for Git, VS Code, regular repos. With it, you could add all folders, from all machines, and the extension would detect those that exists on each machine. Hope this helps |
Hi @alefragnani, thanks for your suggestion. But I'd say that - although it's an alternative - it lacks some very useful features of the Favorite Projects option. Using the Git base folders - afaik - tags cannot be added, and so projects cannot be filtered. |
Hi @cheesyMan , Looking closer to this multiple location approach for the Instead, maybe an alternative would be to support storing the projects directly in the settings. Doing so, you would have a centralized location for all the projects, the list of projects would be in sync in every machine you use, even remotes. Sure, only the found projects would be available on each machine, but the list itself, would still exists in one place. I wonder if doing so would solve #525 as well. I guess it would, at least for users that has a small set of projects, or for those that doesn't care with the length of the settings file. TBH, I was against this approach in the past, but neither Settings Sync nor Remotes were available back then. The time has changed... What do you think? |
Hi @alefragnani, As to the "saving" issue, one solution could be to ask the user in which of the possible As to the settings solution, it has the advantage of being synced across every machine, but on some machines it would show projects that actually don't live on that machine. Regarding the settings file size, I personally don't see this as a problem (at least not for me). Coming to the more practical side of the problem, at the moment my approach is to have turned off Setting Sync for the |
Hi,
would it be possible to support a multiple Projects location folder option (
projectManager.projectsLocation
)?Something like this:
I happen to work back and forth on Mac and Windows machines and I have my VSCode settings and preferences syncronized.
Currently, this option accepts only a string for a single folder so, when I change this option - let's say in Windows - it gets syncronized on the Mac as well.
Then, when I open VSCode on the Mac I cannot find my projects anymore.
So, I have to change the option on the Mac, but then it gets syncronized with the Window instance of VSCode and I have the same problem again when I go back to Windows.
Alberto
The text was updated successfully, but these errors were encountered: