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 c08ed01 commit 32942fdCopy full SHA for 32942fd
src/vs/workbench/parts/search/common/searchModel.ts
@@ -362,7 +362,7 @@ export class SearchResult extends Disposable {
362
fileMatch.onDispose(() => disposable.dispose());
363
}
364
});
365
- if (!silent) {
+ if (!silent && changed.length) {
366
this._onChange.fire({ elements: changed, added: true });
367
368
0 commit comments