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

[BUG] - Project manager fails to activate when projectManager.supportSymlinksOnBaseFolders is true and baseFolders contains invalid path. #657

Closed
ParaSpl01t opened this issue Dec 9, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@ParaSpl01t
Copy link

Environment/version

  • Extension version: v12.7.0
  • VSCode version: 1.74.0
  • OS version: 6.0.11.arch1-1

Steps to reproduce

  1. Install Project manager
  2. Add your real project directory to Any:Base Folders
  3. Add some non-existent directory to Any:Base Folders
  4. set "projectManager.supportSymlinksOnBaseFolders": true
  5. close and reopen VSCode

After these steps project manager sidebar will not show anything at all not even refresh button.
In Console, there's this error message :

Activating extension 'alefragnani.project-manager' failed: ENOENT: no such file or directory, lstat '/home/otherpcusername/dev/projects'.
$onExtensionActivationError	@	workbench.desktop.main.js:2155

image

Scenario
I'm currently using vscode in two seperate systems and syncing the extensions and settings between both. that's why my Any: Base Folder contains one correct path and one incorrect path.
I'm don't use windows so can't tell if it's OS specific or not. but this might have something to do with #655
If there's more info I can provide please let me know.

@ParaSpl01t ParaSpl01t added the bug label Dec 9, 2022
@alefragnani
Copy link
Owner

Hi @ParaSpl01t ,

I could repro the issue, and I suppose it is not OS specific.

Thanks for reporting

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

No branches or pull requests

2 participants