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

@@ -9,7 +9,7 @@ import { keychain } from './common/keychain';
import { GitHubServer, NETWORK_ERROR } from './githubServer';
import Logger from './common/logger';
export const onDidChangeSessions = new vscode.EventEmitter<vscode.AuthenticationSessionsChangeEvent>();
export const onDidChangeSessions = new vscode.EventEmitter<vscode.AuthenticationProviderAuthenticationSessionsChangeEvent>();
interface SessionData {
id: string;