felipecaputo / git-project-manager

A Git Project Manager extension for vsCode
MIT License
96 stars 34 forks source link

Hide the Git URL in the folders dropdown #143

Open Cheyenne55 opened 11 months ago

Cheyenne55 commented 11 months ago

Is your feature request related to a problem? Please describe. This is a feature request related to security. When using CTRL+ALT+P, I would like to not show the Git URL in the list because it might contain an authentication token (in yellow in the screenshot, just before the @)

image

The token appears in the URL when using the git command: git config --global url."https://your_gittoken@github.com".insteadOf https://github.com

Describe the solution you'd like A setting to choose to hide the Git URL in the dropdown.

Describe alternatives you've considered None.

Additional context Add any other context or screenshots about the feature request here.