alefragnani / vscode-project-manager

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

[FEATURE] - Option to view full path of git projects #678

Closed jackgdll closed 1 year ago

jackgdll commented 1 year ago

i have multiple projects in directories of the same name so differentiating between them is difficult in the GIT section. It would be nice to have the option to display the path from the base folder to the git projet in grey similar to how it's done in Source Contol.

Screenshot 2023-03-09 at 19 31 02
alefragnani commented 1 year ago

Hi @therosbif ,

You will have the same behavior if you turn on the "projectManager.showParentFolderInfoOnDuplicates" setting.

    "projectManager.showParentFolderInfoOnDuplicates": true,

Hope this helps