Skip to content

Commit

Permalink
Dispose quickpick after it resolves (microsoft#153177)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl committed Jun 24, 2022
1 parent 80a32bd commit ba9b33b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ export class SessionSyncContribution extends Disposable implements IWorkbenchCon
quickPick.show();
});

quickPick.dispose();

if (command === undefined) {
return undefined;
}
Expand Down

0 comments on commit ba9b33b

Please sign in to comment.