-
Notifications
You must be signed in to change notification settings - Fork 37
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
coc and terraform-lsp does not work as expected #93
Comments
I wonder if there might be a version conflict with terraform somewhere? |
can you try 0.0.12 ? |
I'm on 0.0.12 and am experiencing exactly the same issue. |
same issue for me :c |
this is the coc config I use {
"languageserver" : {
"terraform" : {
"args" : [
"serve"
],
"command" : "terraform-lsp",
"filetypes" : [
"terraform",
"tf"
],
"rootPatterns" : [
"*.tf",
"terragrunt.hcl"
],
"trace.server" : "verbose"
}
}
} |
@alexaxms can you try the above(and make sure is on 0.0.12 for the lsp as well as |
@alexaxms np |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no provider auto-completion how it's shown in the project example video.
Terraform-lsp - i tried with Beta1 Beta2 and older versions.
I can see LSP server is runnig
coc settings( there is extr } to close entire config )
The text was updated successfully, but these errors were encountered: