diff options
| author | github-actions <github-actions@github.com> | 2021-08-25 11:34:40 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-08-25 11:34:40 +0000 |
| commit | 87c6d616e1e2f2cf7c228254ac272783aa0a6e08 (patch) | |
| tree | e581bd84c0f03fb3ca18d5bb2fea202816382510 | |
| parent | feat(ui): lspinfo: better layout #1184) (diff) | |
| download | nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.tar nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.tar.gz nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.tar.bz2 nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.tar.lz nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.tar.xz nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.tar.zst nvim-lspconfig-87c6d616e1e2f2cf7c228254ac272783aa0a6e08.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6517,6 +6517,18 @@ This server accepts configuration via the `settings` key. Per\-workspace list of module directories for the language server to read +- **`terraform-ls.terraformExecPath`**: `string` + + Path to the Terraform binary + +- **`terraform-ls.terraformExecTimeout`**: `string` + + Overrides Terraform execution timeout \(e\.g\. 30s\) + +- **`terraform-ls.terraformLogFilePath`**: `string` + + Path to a file for Terraform executions to be logged into \(TF\_LOG\_PATH\) with support for variables \(e\.g\. Timestamp\, Pid\, Ppid\) via Go template syntax \{\{\.VarName\}\} + - **`terraform.languageServer`**: `object` Default: `{args = { "serve" },external = true,maxNumberOfProblems = 100,pathToBinary = "",["trace.server"] = "off"}` |
