Skip to content

Commit 79b066b

Browse files
authored
show gradual updates when moving search result to search panel (microsoft#202626)
1 parent f00ee84 commit 79b066b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/search/browser/searchView.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ export class SearchView extends ViewPane {
349349
this.state = SearchUIState.SlowSearch;
350350
}, 2000);
351351

352+
this._refreshResultsScheduler.schedule();
353+
352354
// remove old model and use the new searchModel
353355
searchModel.location = SearchModelLocation.PANEL;
354356
searchModel.replaceActive = this.viewModel.isReplaceActive();

0 commit comments

Comments
 (0)