Skip to content

Improve search addon behavior when there are > 1000 results #4444

@Tyriar

Description

@Tyriar

See microsoft/vscode#178017 for context, _searchResults gets set to undefined when there are > 1000 results:

if (this._searchResults.size > 1000) {
this.clearDecorations();
this._resultIndex = undefined;
return;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions