mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Onboard GitHub & Microsoft auth extensions to l10n (#163662)
* onboard github-auth completely to l10n * onboard microsoft-authentication entirely on to l10n
This commit is contained in:
committed by
GitHub
parent
f83ad50c89
commit
6684350a58
@@ -34,16 +34,16 @@
|
||||
"id": "github"
|
||||
},
|
||||
{
|
||||
"label": "GitHub Enterprise",
|
||||
"label": "GitHub Enterprise Server",
|
||||
"id": "github-enterprise"
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"title": "GitHub Enterprise Authentication Provider",
|
||||
"title": "GitHub Enterprise Server Authentication Provider",
|
||||
"properties": {
|
||||
"github-enterprise.uri": {
|
||||
"type": "string",
|
||||
"description": "URI of your GitHub Enterprise Instance"
|
||||
"description": "GitHub Enterprise Server URI"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -65,7 +65,6 @@
|
||||
"node-fetch": "2.6.7",
|
||||
"uuid": "8.1.0",
|
||||
"@vscode/extension-telemetry": "0.6.2",
|
||||
"vscode-nls": "^5.2.0",
|
||||
"vscode-tas-client": "^0.1.47"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user