Add authentication contribution point, #103507

This commit is contained in:
Rachel Macfarlane
2020-08-27 11:50:51 -07:00
parent 3bd7c6981e
commit 650197b991
8 changed files with 143 additions and 6 deletions

View File

@@ -12,7 +12,6 @@
],
"enableProposedApi": true,
"activationEvents": [
"*",
"onAuthenticationRequest:microsoft"
],
"extensionKind": [
@@ -20,6 +19,14 @@
"workspace",
"web"
],
"contributes": {
"authentication": [
{
"label": "Microsoft",
"id": "microsoft"
}
]
},
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"main": "./out/extension.js",
"browser": "./dist/browser/extension.js",