Add a default remote mapping - *.githubprivate.com to "type": "GitHub" #1569
bendtherules
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
*.githubprivate.com is often used for private instances of github. So, it might make sense to add a default config similar to -
"gitlens.remotes": [{ "domain": "*.githubprivate.com", "type": "GitHub" }]
(with corrected regex).@eamodio Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions