alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.89k stars 225 forks source link

[BUG] - Project Manager does not ignore not existing folders #644

Closed ilteoood closed 1 year ago

ilteoood commented 2 years ago

Environment/version

Steps to reproduce

  1. Configure 2 folders for project manager, 1 that does not exists and one that exists:
  2. Clone your projects in the folder that does exists:
  3. Refresh the projects lists:
  4. Project manager won't refresh it until the not existing folder will be created or removed from the configuration
alefragnani commented 2 years ago

Hi @ilteoood ,

I suppose you are referring to projectManager.XYZ.baseFolders settings, right? If that's the case:

If I understand correctly your scenario, it seems the extension is working as expected.

If this is not your scenario (setting, kind of projects, etc), please provide more details of your settings and how to reproduce the error.

Hope this helps

alefragnani commented 1 year ago

I'm closing this issue because no new comments has been added since my last question. Feel free to reopen/comment if the error still occurs.

Thanks for your understanding