Closed vynalavamshi closed 4 weeks ago
Hi @vynalavamshi,
Thanks for the report. Which field are you trying to hover over?
Can you please share the language server log output? And if possible, a screenshot of the actual behaviour? This will help us isolate the issue.
Hi @vynalavamshi,
Thanks for the report. Which field are you trying to hover over?
Can you please share the language server log output? And if possible, a screenshot of the actual behaviour? This will help us isolate the issue.
If I Hover on any of the filed of Terraform script
Expected result :
It should show that field data type
Actual Result:
Infinitely Loading Hover
Can you please share the full language server log output when this issue occurs?
You can find it in VS Code's "Output" pane (View -> Output), then select "HashiCorp Terraform" at the top right.
Can you please share the full language server log output when this issue occurs?
You can find it in VS Code's "Output" pane (View -> Output), then select "HashiCorp Terraform" at the top right.
Can you please share the full language server log output when this issue occurs?
You can find it in VS Code's "Output" pane (View -> Output), then select "HashiCorp Terraform" at the top right.
Thanks for providing more information!
It looks like you have several Terraform extensions installed. Can you please uninstall all but the HashiCorp Terraform one?
Thanks for providing more information!
It looks like you have several Terraform extensions installed. Can you please uninstall all but the HashiCorp Terraform one?
After uninstalled all, Except hashicorp Terraform I cannot see loading and I cannot see the field data type and no output is displayed it is empty and no problem is displayed
That's odd! If the language server is running, there should be some log output available. You can find it here:
If not, can you please share your user settings? Ideally as JSON
That's odd! If the language server is running, there should be some log output available. You can find it here:
If not, can you please share your user settings? Ideally as JSON
Above is Output Snippet
+++ Below is Json file snippets +++
Thanks for the screenshots! It looks like you have "terraform.languageServer.enabled": false,
in your settings. Please try to remove this line or set it to true
.
Thanks for the screenshots! It looks like you have
"terraform.languageServer.enabled": false,
in your settings. Please try to remove this line or set it totrue
.
Happy !
Thanks alot @dbanck bro, Working fine now.
That's great to hear.
I'm going to close this issue for now. Feel free to open another one if you run into any more problems.
Extension Version
Latest version
VS Code Version
Lastest version
Operating System
Windows
Terraform Version
Latest
Steps to Reproduce
Hi
While I am working with Terraform script in VS Code, when I Hover on any Terraform script filed it should show me that particular data type of the field, but it is loading infinitely, can you please me on this issue
Expected Behavior
It should Show me that particular data type of the field of Terraform Script
Actual Behavior
While I am working with Terraform script in VS Code, when I Hover on any Terraform script filed it should show me that particular data type of the field, but it is loading infinitely, can you please me on this issue
Terraform Configuration
Project Structure
No response
Gist
No response
Anything Else?
Help me on this Please
Workarounds
No response
References
No response
Help Wanted
Community Note