alefragnani / vscode-project-manager

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

[FEATURE] - Improve (Git) repository view #615

Closed lfvjimisola closed 2 years ago

lfvjimisola commented 2 years ago

The Git repository view could be improved in two ways:

  1. Make it possible to search/filter live using custom string (on git repo name and path)
  2. Make it configurable to show more than just repository name. We have a lot of repositories with the same name (see screenshot), e.g. due to use of submodules.

Screenshot from 2022-06-21 10-01-33

alefragnani commented 2 years ago

Hi @lfvjimisola ,

Hope this helps

lfvjimisola commented 2 years ago

@alefragnani Sorry for taking your time. I totally missed those two settings. The showParentFolderInfoOnDuplicates is what I wanted (still want to show submodules aka "projects within projects").

Following #213 now.

Thank you for a very useful extension :pray: