mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
And a pattern to make sure no one puts a DotCom URL. ref https://github.com/microsoft/vscode-pull-request-github/issues/6602
7 lines
618 B
JSON
7 lines
618 B
JSON
{
|
|
"displayName": "GitHub Authentication",
|
|
"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."
|
|
}
|