mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Implement getAccounts API over getSessions (#215874)
And plumb that through to the Microsoft auth provider
This commit is contained in:
committed by
GitHub
parent
fc1a9a48ec
commit
5d7157cb03
@@ -14,7 +14,8 @@
|
||||
],
|
||||
"activationEvents": [],
|
||||
"enabledApiProposals": [
|
||||
"idToken"
|
||||
"idToken",
|
||||
"authGetSessions"
|
||||
],
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": true,
|
||||
|
||||
Reference in New Issue
Block a user