-
Notifications
You must be signed in to change notification settings - Fork 4
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
LSP can't autocomplete for provider "google" #49
Comments
Thanks for the detailed report! I'm fairly confident that the issue is the language server just taking too long to process the completion request for the |
@vkleen thanks for the fast reply
I came to the same conclusions as well. For the record, I use
Sounds very interesting. 🙂 |
tf-ncl-2024-03-19_16-48-11.webmi tried this example with the github provider and found that the nls language server process climbed up to 5gb of used ram while trying different completions and it oom'd my VM i was running it on. is the ram usage expected? if so how much ram should i plan to have to work with this? |
Hi @sedlund, thanks for the report. 5GB isn't reasonable, no. Could you tell what version of |
didnt want to hijack this - opened #66 |
@jneem I believe this has been fixed by tweag/nickel#2073? |
I believe so, yes. |
Great, let's close - feel free to ask to re-open if this isn't the case in your experience. |
Using the template provided with the TF provider
github
has autocomplete working.But with TF provider
google
autocomplete does not work.Note: don't forget to run
link-schema
in betweenThe text was updated successfully, but these errors were encountered: