Skip to content

Commit ba9b33b

Browse files
authored
Dispose quickpick after it resolves (microsoft#153177)
1 parent 80a32bd commit ba9b33b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/sessionSync/browser/sessionSync.contribution.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ export class SessionSyncContribution extends Disposable implements IWorkbenchCon
425425
quickPick.show();
426426
});
427427

428+
quickPick.dispose();
429+
428430
if (command === undefined) {
429431
return undefined;
430432
}

0 commit comments

Comments
 (0)