diff options
| author | William Boman (automated) <william@redwill.se> | 2022-04-07 13:27:26 +0000 |
|---|---|---|
| committer | William Boman (automated) <william@redwill.se> | 2022-04-07 13:27:26 +0000 |
| commit | b1209e98993f4ccc0815090c9d9aab789b6438f3 (patch) | |
| tree | 6ef0dcd26470427d8af828d80558251131b21eb4 /lua | |
| parent | fix(r_language_server): run install script via stdin (#578) (diff) | |
| download | mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.tar mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.tar.gz mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.tar.bz2 mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.tar.lz mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.tar.xz mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.tar.zst mason-b1209e98993f4ccc0815090c9d9aab789b6438f3.zip | |
run autogen_metadata.lua
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/schemas/terraformls.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua b/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua deleted file mode 100644 index 1581f7a5..00000000 --- a/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua +++ /dev/null @@ -1,3 +0,0 @@ --- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. --- stylua: ignore start -return {properties = {["terraform-ls.excludeRootModules"] = {default = {},description = "Per-workspace list of module directories for the language server to exclude",items = {type = "string"},scope = "resource",type = "array"},["terraform-ls.experimentalFeatures"] = {description = "Experimental (opt-in) terraform-ls features",properties = {prefillRequiredFields = {default = false,scope = "resource",type = "boolean"},validateOnSave = {default = false,scope = "resource",type = "boolean"}},scope = "resource",type = "object"},["terraform-ls.ignoreDirectoryNames"] = {default = {},description = "Per-workspace list of directory names for the language server to ignore when indexing files",items = {type = "string"},scope = "resource",type = "array"},["terraform-ls.rootModules"] = {default = {},description = "Per-workspace list of module directories for the language server to read",items = {type = "string"},scope = "resource",type = "array"},["terraform-ls.terraformExecPath"] = {description = "Path to the Terraform binary",scope = "resource",type = "string"},["terraform-ls.terraformExecTimeout"] = {description = "Overrides Terraform execution timeout (e.g. 30s)",scope = "resource",type = "string"},["terraform-ls.terraformLogFilePath"] = {description = "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}}",scope = "resource",type = "string"},["terraform.codelens.referenceCount"] = {default = false,description = "Display reference counts above top level blocks and attributes.",scope = "resource",type = "boolean"},["terraform.languageServer"] = {default = {args = { "serve" },external = true,maxNumberOfProblems = 100,pathToBinary = "",["trace.server"] = "off"},description = "Language Server settings",properties = {args = {default = { "serve" },description = "Arguments to pass to language server binary",scope = "resource",type = "array"},external = {default = true,description = "Whether an external language server binary should be launched.",type = "boolean"},maxNumberOfProblems = {default = 100,deprecationMessage = "Deprecated: This setting is not used by the extension and will be removed in a future release",description = "Controls the maximum number of problems produced by the server.",scope = "resource",type = "number"},pathToBinary = {default = "",description = "Path to language server binary (optional)",scope = "resource",type = "string"},["trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },scope = "window",type = "string"}},type = "object"}},title = "Terraform",type = "object"}
\ No newline at end of file |
