Stabilize authentication consumer side, fixes #100993

This commit is contained in:
Rachel Macfarlane
2020-07-28 09:58:01 -07:00
parent 51cdb49940
commit 12f63d9c66
4 changed files with 120 additions and 111 deletions

View File

@@ -73,7 +73,7 @@ function parseQuery(uri: vscode.Uri) {
}, {});
}
export const onDidChangeSessions = new vscode.EventEmitter<vscode.AuthenticationSessionsChangeEvent>();
export const onDidChangeSessions = new vscode.EventEmitter<vscode.AuthenticationProviderAuthenticationSessionsChangeEvent>();
export const REFRESH_NETWORK_FAILURE = 'Network failure';