You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my machine, I have project manager baseFolder set to /home/myuser/dev/projects.
Inside that folder, I have some "real" project directories and few projects which are symbolic links to other location on my machine.
Project manager will successfully detect and show project1 & project2 but is unable to show symlink1 in the project lists.
I was wondering if this is possible to implement in project manager.
The text was updated successfully, but these errors were encountered:
Looking closer to your setting, while testing your scenario, I noticed your settings are not how the feature was originally developed.
The symlink support was created for the baseFolders setting itself, not for symlinked projects inside that folders. I mean, you can use symlinked folders asbaseFolders, but it won't detect projects/folders that are symlinks
On my machine, I have project manager
baseFolder
set to/home/myuser/dev/projects
.Inside that folder, I have some "real" project directories and few projects which are symbolic links to other location on my machine.
Project manager will successfully detect and show
project1
&project2
but is unable to showsymlink1
in the project lists.I was wondering if this is possible to implement in project manager.
The text was updated successfully, but these errors were encountered: