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:
Tyler James Leonhardt
2022-10-14 08:41:21 -07:00
committed by GitHub
parent f83ad50c89
commit 6684350a58
8 changed files with 39 additions and 45 deletions

View File

@@ -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": {