Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: maxResults config value is now applied to searchEditor #130531

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

vlwkaos
Copy link
Contributor

@vlwkaos vlwkaos commented Aug 11, 2021

This PR fixes #129153

as-is:
searchEditor's maxResult value is fixed to 10000
to-be:
searchEditor utilizes maxResult config as searchView

If the change is not sufficient, an advice would be appreciated!

@JacksonKearl
Copy link
Contributor

JacksonKearl commented Aug 13, 2021

Thanks! Will look into the perf concerns to see if a non-infinite maximum is needed when the value is null.

@JacksonKearl JacksonKearl merged commit 0565406 into microsoft:main Aug 13, 2021
@vlwkaos
Copy link
Contributor Author

vlwkaos commented Aug 14, 2021

Thanks! Will look into the perf concerns to see if a non-infinite maximum is needed when the value is null.

I'd like to know how it is going to be handled later, thanks for taking your time!

AiverReaver pushed a commit to AiverReaver/vscode that referenced this pull request Aug 19, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search Editor still has 10000 line limit when search.maxResults is set to a value larger than 10000
3 participants