diff options
| author | William Boman (automated) <william@redwill.se> | 2022-02-28 13:21:01 +0000 |
|---|---|---|
| committer | William Boman (automated) <william@redwill.se> | 2022-02-28 13:21:01 +0000 |
| commit | 29154c2fe1147c8eed5d54a419841e5637a8c3b2 (patch) | |
| tree | d746381ed62140a1b747f4005fddf5c8b6beceae /lua/nvim-lsp-installer | |
| parent | feat(jdtls): use the resolved workspace directory name as the -data directory... (diff) | |
| download | mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.tar mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.tar.gz mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.tar.bz2 mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.tar.lz mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.tar.xz mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.tar.zst mason-29154c2fe1147c8eed5d54a419841e5637a8c3b2.zip | |
run autogen_metadata.lua
Diffstat (limited to 'lua/nvim-lsp-installer')
| -rw-r--r-- | lua/nvim-lsp-installer/_generated/schemas/terraformls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua b/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua index 0f654b2b..88e7d393 100644 --- a/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua +++ b/lua/nvim-lsp-installer/_generated/schemas/terraformls.lua @@ -1,3 +1,3 @@ -- 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,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"},requiredVersion = {deprecationMessage = "Deprecated: A platform specific Language Server binary will be bundled with the extension in a future release. If you wish to use a different version than the one shipped with the extension, use terraform.languageServer.pathToBinary",description = "The required version of the Language Server described as a semantic version string, for example '^2.0.1' or '> 1.0'. Defaults to latest available version.",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 +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,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"},requiredVersion = {deprecationMessage = "Deprecated: A platform specific Language Server binary will be bundled with the extension in a future release. If you wish to use a different version than the one shipped with the extension, use terraform.languageServer.pathToBinary",description = "The required version of the Language Server described as a semantic version string, for example '^2.0.1' or '> 1.0'. Defaults to latest available version.",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 |
