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: Limit label completion items to maxCandidates (100) #85

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

radeksimko
Copy link
Member

Previously we didn't correctly limit the number of candidates returned for a label completion, which in some extreme cases would mean that for Terraform resource we would send ~700 items just for AWS provider + any more hundreds for any other providers declared in the module.

@radeksimko radeksimko added the bug Something isn't working label Aug 20, 2021
@radeksimko radeksimko requested a review from a team August 20, 2021 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants