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 bb8386c commit d6e7056Copy full SHA for d6e7056
packages/cloud/src/CloudService.ts
@@ -24,7 +24,7 @@ type AuthStateChangedPayload = CloudServiceEvents["auth-state-changed"][0]
24
type AuthUserInfoPayload = CloudServiceEvents["user-info"][0]
25
type SettingsPayload = CloudServiceEvents["settings-updated"][0]
26
27
-export class CloudService extends EventEmitter<CloudServiceEvents> {
+export class CloudService extends EventEmitter<CloudServiceEvents> implements vscode.Disposable {
28
private static _instance: CloudService | null = null
29
30
private context: vscode.ExtensionContext
0 commit comments