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 f00ee84 commit 79b066bCopy full SHA for 79b066b
src/vs/workbench/contrib/search/browser/searchView.ts
@@ -349,6 +349,8 @@ export class SearchView extends ViewPane {
349
this.state = SearchUIState.SlowSearch;
350
}, 2000);
351
352
+ this._refreshResultsScheduler.schedule();
353
+
354
// remove old model and use the new searchModel
355
searchModel.location = SearchModelLocation.PANEL;
356
searchModel.replaceActive = this.viewModel.isReplaceActive();
0 commit comments