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

[FEATURE] - Git Projects baseFolders with multiple profiles #749

Open
Lupennat opened this issue Jul 9, 2024 · 1 comment
Open

[FEATURE] - Git Projects baseFolders with multiple profiles #749

Lupennat opened this issue Jul 9, 2024 · 1 comment

Comments

@Lupennat
Copy link

Lupennat commented Jul 9, 2024

I use N profiles in vscode and in the settings.json of each profile I have configured projectManager.git.baseFolders with different paths.

When I open projects on different profiles or I change profile, the git list doesn't update automatically, but I have to update it manually. Even if I update it manually, the numerical indication of the repositories present still does not match the list. (I think this is a bug)

Would it be possible to make the git project list always automatically match the profile configuration in which the extension is used?

@alefragnani
Copy link
Owner

Hi @Lupennat ,

This happens, partially, because there is no API to properly support Profiles (more details here microsoft/vscode#160466). Without this storage location, the extension doesn't properly manage the projects cache.

Turning off cacheProjectsBetweenSessions doesn't work either, but in order to support Profiles, maybe updating it, or adding a new setting would be the only way.

Hope this helps

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

No branches or pull requests

2 participants