Skip to content

Commit

Permalink
revert heading
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamah committed Oct 16, 2024
1 parent 2824466 commit eccde41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/search/browser/searchCompare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { compareFileExtensions, compareFileNames, comparePaths } from '../../../
import { SearchSortOrder } from '../../../services/search/common/search.js';
import { Range } from '../../../../editor/common/core/range.js';
import { createParentList, isSearchTreeFileMatch, isSearchTreeFolderMatch, isSearchTreeMatch, RenderableMatch } from './searchTreeModel/searchTreeCommon.js';
import { isSearchTreeAIFileMatch } from './aiSearch/aiSearchModelBase.js';
import { isSearchTreeAIFileMatch } from './AISearch/aiSearchModelBase.js';


let elemAIndex: number = -1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { SearchContext } from '../common/constants.js';
import { getDefaultHoverDelegate } from '../../../../base/browser/ui/hover/hoverDelegateFactory.js';
import { IHoverService } from '../../../../platform/hover/browser/hover.js';
import { ISearchTreeMatch, isSearchTreeMatch, RenderableMatch, ITextSearchHeading, ISearchTreeFolderMatch, ISearchTreeFileMatch, isSearchTreeFileMatch, isSearchTreeFolderMatch, isTextSearchHeading, ISearchModel, isSearchTreeFolderMatchWorkspaceRoot, isSearchTreeFolderMatchNoRoot } from './searchTreeModel/searchTreeCommon.js';
import { isSearchTreeAIFileMatch } from './aiSearch/aiSearchModelBase.js';
import { isSearchTreeAIFileMatch } from './AISearch/aiSearchModelBase.js';

interface IFolderMatchTemplate {
label: IResourceLabel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { arrayContainsElementOrParent, IChangeEvent, ISearchTreeFileMatch, ISear

import { RangeHighlightDecorations } from './rangeDecorations.js';
import { PlainTextSearchHeadingImpl } from './textSearchHeading.js';
import { AITextSearchHeadingImpl } from '../aiSearch/aiSearchModel.js';
import { AITextSearchHeadingImpl } from '../AISearch/aiSearchModel.js';

export class SearchResultImpl extends Disposable implements ISearchResult {

Expand Down

0 comments on commit eccde41

Please sign in to comment.