File tree Expand file tree Collapse file tree
github-authentication/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export async function activate(context: vscode.ExtensionContext) {
1616 await loginService . initialize ( ) ;
1717
1818 vscode . authentication . registerAuthenticationProvider ( {
19- id : 'GitHub ' ,
19+ id : 'github ' ,
2020 displayName : 'GitHub' ,
2121 onDidChangeSessions : onDidChangeSessions . event ,
2222 getSessions : ( ) => Promise . resolve ( loginService . sessions ) ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export async function activate(context: vscode.ExtensionContext) {
1818 await loginService . initialize ( ) ;
1919
2020 context . subscriptions . push ( vscode . authentication . registerAuthenticationProvider ( {
21- id : 'MSA ' ,
21+ id : 'microsoft ' ,
2222 displayName : 'Microsoft' ,
2323 onDidChangeSessions : onDidChangeSessions . event ,
2424 getSessions : ( ) => Promise . resolve ( loginService . sessions ) ,
You can’t perform that action at this time.
0 commit comments