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.
2 parents cfe8020 + 737dc61 commit 9f41592Copy full SHA for 9f41592
src/vs/workbench/contrib/search/browser/AISearch/aiSearchModel.ts
@@ -295,6 +295,7 @@ export class AIFolderMatchWorkspaceRootImpl extends Disposable implements ISearc
295
private disposeMatches(): void {
296
[...this._fileMatches.values()].forEach((fileMatch: ISearchTreeFileMatch) => fileMatch.dispose());
297
[...this._unDisposedFileMatches.values()].forEach((fileMatch: ISearchTreeFileMatch) => fileMatch.dispose());
298
+ this._fileMatches.clear();
299
}
300
301
override dispose(): void {
0 commit comments