Skip to content

Commit

Permalink
chore - fix leaking disposable (#237391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored Jan 7, 2025
1 parent eab8316 commit 4fc21e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class CollapsedCodeBlock extends Disposable {
return this._uri;
}

private readonly _progressStore = new DisposableStore();
private readonly _progressStore = this._store.add(new DisposableStore());

constructor(
sessionId: string,
Expand Down

0 comments on commit 4fc21e1

Please sign in to comment.