GitHub Enterprise GHE.com Setting clarity (#240289)

And a pattern to make sure no one puts a DotCom URL.

ref https://github.com/microsoft/vscode-pull-request-github/issues/6602
This commit is contained in:
Tyler James Leonhardt
2025-02-10 11:35:06 -08:00
committed by GitHub
parent 331d7defed
commit d5f4a77e00
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
{
"displayName": "GitHub Authentication",
"description": "GitHub Authentication Provider"
"description": "GitHub Authentication Provider",
"config.github-enterprise.title": "GHE.com & GitHub Enterprise Server Authentication",
"config.github-enterprise.uri.description": "The URI for your GHE.com or GitHub Enterprise Server instance.\n\nExamples:\n* GHE.com: `https://octocat.ghe.com`\n* GitHub Enterprise Server: `https://github.octocat.com`\n\n> **Note:** This should _not_ be set to a GitHub.com URI. If your account exists on GitHub.com or is a GitHub Enterprise Managed User, you do not need any additional configuration and can simply log in to GitHub."
}