juliosueiras / terraform-lsp

Language Server Protocol for Terraform
MIT License
579 stars 37 forks source link

Server no longer function in VS Code #90

Open ElementalDev opened 3 years ago

ElementalDev commented 3 years ago

I am unsure of what happened but one day, it was working (suggestions etc) but now for some reason it will start and seem to be dormant

VS Code Settings:

"terraform.languageServer": {
    "external": true,
    "pathToBinary": "C:\\TerraformLS\\terraform-lsp.exe",
    "args": [
         "serve"
    ],
    "maxNumberOfProblems": 100,
    "trace.server": "off"
}

Im using the Hashicorp Terraform v2.23 extension with this as an external language server

juliosueiras commented 3 years ago

which version of terraform

ElementalDev commented 3 years ago

I'm on terraform v0.13.2