Merge pull request #232106 from microsoft/high-crane

fix singular AI result with infinite load
This commit is contained in:
Andrea Mah
2024-10-23 18:06:57 -07:00
committed by GitHub
@@ -1646,8 +1646,6 @@ export class SearchView extends ViewPane {
await this.refreshAndUpdateCount();
}
await this.expandIfSingularResult();
const hasResults = !this.viewModel.searchResult.isEmpty();
if (completed?.exit === SearchCompletionExitCode.NewSearchStarted) {
return;