-
Notifications
You must be signed in to change notification settings - Fork 135
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
Autocompletion is slow with all 0.25 versions on Windows #775
Comments
Sure, here is the output when starting with the terraform-ls 0.25.2 included in the wrapper. For logging purpose I've juste start writing a variable and a resource. |
The relevant PR #782 which should address the underlying problem described here was merged and will be part of an upcoming 0.26.0 release. We plan to release 0.26.0-beta1 some time next week (which includes the mentioned patch), which will also become available as part of our VSCode preview extension. Thank you for your patience. |
This functionality has been released in v0.26.0 of the language server. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Server Version
Terraform Version
Client Version
Log Output
Expected Behavior
When writing terrafrom code, autcompletion si normally instant and hitting CTRL+Space drop a menu with some choices instantly.
Actual Behavior
Autocompletion not working on first try or show "Loading..." box. Same thing when hitting CTRL+Space.
When I rollback to version 0.24 of the terraform-ls, everything shows up instantly. If I go back to 0.25 (any sub release), it's slow again. I can reproduce the same behavior on 3 different PC. (Works fine on MacOS and Linux).
Steps to Reproduce
Please list the full steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered: