We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100ac0c commit aa47186Copy full SHA for aa47186
src/authentication/authentication.ts
@@ -26,7 +26,7 @@ interface SessionData {
26
}
27
28
export default class GitpodAuthenticationProvider extends Disposable implements vscode.AuthenticationProvider {
29
- private _sessionChangeEmitter = new vscode.EventEmitter<vscode.AuthenticationProviderAuthenticationSessionsChangeEvent>();
+ private _sessionChangeEmitter = this._register(new vscode.EventEmitter<vscode.AuthenticationProviderAuthenticationSessionsChangeEvent>());
30
31
private _gitpodServer!: GitpodServer;
32
private _keychain!: Keychain;
0 commit comments