mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-06 14:34:17 +01:00
Merge pull request #232106 from microsoft/high-crane
fix singular AI result with infinite load
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user