mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Adopt getAccounts API in GitHub Authentication (#221224)
This allows the GitHub Auth provider to take in a account per this proposal:
417dddb83f/src/vscode-dts/vscode.proposed.authGetSessions.d.ts (L35-L69)
Additionally, this makes an additional small change that allows `clearSessionPreference` to work in single-account auth providers.
This commit is contained in:
committed by
GitHub
parent
6c907814bf
commit
1b24381b5c
@@ -13,6 +13,9 @@
|
||||
"Other"
|
||||
],
|
||||
"api": "none",
|
||||
"enabledApiProposals": [
|
||||
"authGetSessions"
|
||||
],
|
||||
"extensionKind": [
|
||||
"ui",
|
||||
"workspace"
|
||||
|
||||
Reference in New Issue
Block a user