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 100 #628

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Commits on Aug 24, 2021

  1. fix: Limit label completion items to 100

    Previously we didn't correctly limit the number of candidates returned for a label completion, which in some extreme cases would mean that for a resource we would send ~700 items just for AWS provider + any more hundreds for any other providers declared in the module.
    
    This limits the items to 100 and expects the user to keep typing to filter the results.
    radeksimko committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4f84cc7 View commit details
    Browse the repository at this point in the history