Introduce auth-provider specific props & use it for social sign in for GitHub (#251649)

ref https://github.com/microsoft/vscode/issues/251648

NOTE: the server side is not quite ready. It doesn't redirect back to VS Code properly, but this should be good to go whenever that is.
This commit is contained in:
Tyler James Leonhardt
2025-06-16 14:02:36 -07:00
committed by GitHub
parent 480485f0d0
commit 2fabac413d
12 changed files with 162 additions and 28 deletions

View File

@@ -18,7 +18,8 @@
"workspace"
],
"enabledApiProposals": [
"authIssuers"
"authIssuers",
"authProviderSpecific"
],
"activationEvents": [],
"capabilities": {