-
Notifications
You must be signed in to change notification settings - Fork 133
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
terraform 0.4.0 doesn't work in Intellij IDEA 2020.1.1 #200
Comments
Hi @moleksyuk The second one suggests that it eventually did launch it, because the error message comes from the language server. |
Hi @radeksimko,
Tried to run |
Unfortunately there isn't much the server can do when it comes to being launched. That will have to be addressed on the client side (i.e. in the IntelliJ extension) but I would be happy to look into any issues which happen after the server starts. I managed to launch it as per instructions - I tried IntelliJ IDEA 2020.1 and language server
The file logging is not enabled by default, it needs to be enabled by adding Let us know if you manage to launch it and need further investigation/help, otherwise @hashibot will close this issue in 30 days automatically as it's not actionable without further details. |
Got it. Close it and will wait till gtache/intellij-lsp#147 will be fixed. |
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
Terraform Configuration Files
Log Output
File
/tmp/tf-exec-{{lsPid}}-{{args}}.log
doesn't exist.Expected Behavior
Setup of terraform-ls has to work.
Actual Behavior
Setup of terraform-ls doesn't to work.
Steps to Reproduce
Installed LSP plugin - https://plugins.jetbrains.com/plugin/10209-lsp-support
Downloaded the latest version of terraform-ls - https://releases.hashicorp.com/terraform-ls/0.4.0/terraform-ls_0.4.0_darwin_amd64.zip
Unzip and put binary file to the root of project.
Specified asbolute path to binary as
/Users/moleksyuk/Workspace/terraform-ls-bug/terraform-ls
and all related params accorting to https://github.com/hashicorp/terraform-ls/blob/master/docs/USAGE.md#intellij-idePress
Apply
and getting error: (See screenshot).When I add a new *.tf file getting error about 'No root module'. (See screenshot)
The text was updated successfully, but these errors were encountered: