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 f7cc48c commit 019e9fbCopy full SHA for 019e9fb
src/vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate.ts
@@ -179,7 +179,7 @@ export class DiffEditorItemTemplate extends Disposable implements IPooledObject<
179
}
180
181
182
- private readonly _dataStore = new DisposableStore();
+ private readonly _dataStore = this._register(new DisposableStore());
183
184
private _data: TemplateData | undefined;
185
0 commit comments