You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experiencing similar problems with older versions as well.
Terraform Version
v1.9.3 on linux_amd64
Client Version
NVIM v0.10.2
Behavior
Autocompletion suggestions aren't showing up at all, diagnostics are taking a long time. Often when going form insert mode to normal node I see diagnostics come in letter by letter.
Go to definition still works more or less snappy.
CPU utilization is quite high
When enabling lsp logs with
vim.lsp.set_log_level("debug")
I notice that lsp.log is filling up with really quickly with over 300k lines after only a few minutes of usage.
here are some exmaples, I don't think they are actual errors tho, as has been mentioned before in #1234
The file tree would be to big to post here, according to find . -name '*.tf' | xargs wc -l we are at 56548 lines across many hundreds of files.
the rough structure is something like
* environments/
* prod/
* sandbox/
* modules/
* module-1/
* module-2/
I notice that inside a module the performance is much better than when making changes in one of the environment directories. Also CPU utilization is much lower there.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Language Server Version
v0.36.3
I've been experiencing similar problems with older versions as well.
Terraform Version
v1.9.3 on linux_amd64
Client Version
NVIM v0.10.2
Behavior
Autocompletion suggestions aren't showing up at all, diagnostics are taking a long time. Often when going form insert mode to normal node I see diagnostics come in letter by letter.
Go to definition still works more or less snappy.
CPU utilization is quite high
When enabling lsp logs with
I notice that
lsp.log
is filling up with really quickly with over 300k lines after only a few minutes of usage.here are some exmaples, I don't think they are actual errors tho, as has been mentioned before in #1234
Project Structure
The file tree would be to big to post here, according to
find . -name '*.tf' | xargs wc -l
we are at56548
lines across many hundreds of files.I notice that inside a module the performance is much better than when making changes in one of the environment directories. Also CPU utilization is much lower there.
Gist
No response
References
Community Note
The text was updated successfully, but these errors were encountered: