From fc862cb930006e2acaa9193e3d2b9df88488f02b Mon Sep 17 00:00:00 2001 From: andreamah Date: Wed, 23 Oct 2024 17:50:27 -0700 Subject: [PATCH] fix singular AI result with infinite load --- src/vs/workbench/contrib/search/browser/searchView.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vs/workbench/contrib/search/browser/searchView.ts b/src/vs/workbench/contrib/search/browser/searchView.ts index 3943c7bb886..5489bd05b59 100644 --- a/src/vs/workbench/contrib/search/browser/searchView.ts +++ b/src/vs/workbench/contrib/search/browser/searchView.ts @@ -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;