Skip to content

Commit d6e7056

Browse files
jrroomote[bot]
andauthored
Apply suggestions from code review
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent bb8386c commit d6e7056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/CloudService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type AuthStateChangedPayload = CloudServiceEvents["auth-state-changed"][0]
2424
type AuthUserInfoPayload = CloudServiceEvents["user-info"][0]
2525
type SettingsPayload = CloudServiceEvents["settings-updated"][0]
2626

27-
export class CloudService extends EventEmitter<CloudServiceEvents> {
27+
export class CloudService extends EventEmitter<CloudServiceEvents> implements vscode.Disposable {
2828
private static _instance: CloudService | null = null
2929

3030
private context: vscode.ExtensionContext

0 commit comments

Comments
 (0)