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 @)
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.
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 @)
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.