-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
refresh projects cmd misses projects in user settings #157
Comments
Hi @MattDiMu , That's weird. I couldn't replicate this issue in any version (stable or insider). Do you have a step by step scenario? Could you check if you have Hope this helps |
I can reproduce the issue with projectManager.cacheProjectsBetweenSessions set to false as well. My step-to-step scenario is quite simple. I simply execute the command "ProjectManager: Refresh Projects" and all Projects added by "projectsManager.git.baseFolders" in the user settings file are gone. As soon as I update "projectsManager.git.baseFolders" (changing it to something else and reverting this change), all Projects are shown again. |
🏃 |
Released in 0.24.1 |
Thx, seems to work! |
When using the
refresh projects
command, all projects from my user settings file (projectManager.git.baseFolders) are lost and only the custom added projects in projects.json are shown.After changing my user settings file all projects (from user settings and from projects.json) are shown correctly.
This issue is reproducable on
Win7, vscode 1.18.0, ProjectManager 0.23.0
The text was updated successfully, but these errors were encountered: