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

@@ -17,7 +17,6 @@
"web"
],
"activationEvents": [
"*",
"onAuthenticationRequest:github"
],
"contributes": {
@@ -34,7 +33,13 @@
"when": "false"
}
]
}
},
"authentication": [
{
"label": "GitHub",
"id": "github"
}
]
},
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"main": "./out/extension.js",