1
2
3
|
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["redhat.telemetry.enabled"] = {default = vim.NIL,markdownDescription = "Enable usage data and errors to be sent to Red Hat servers. Read our [privacy statement](https://developers.redhat.com/article/tool-data-collection).",scope = "window",type = "boolean"},["yaml.completion"] = {default = true,description = "Enable/disable completion feature",type = "boolean"},["yaml.customTags"] = {default = {},description = "Custom tags for the parser to use",type = "array"},["yaml.disableAdditionalProperties"] = {default = false,description = "Globally set additionalProperties to false for all objects. So if its true, no extra properties are allowed inside yaml.",type = "boolean"},["yaml.format.bracketSpacing"] = {default = true,description = "Print spaces between brackets in objects",type = "boolean"},["yaml.format.enable"] = {default = true,description = "Enable/disable default YAML formatter",type = "boolean"},["yaml.format.printWidth"] = {default = 80,description = "Specify the line length that the printer will wrap on",type = "integer"},["yaml.format.proseWrap"] = {default = "preserve",description = "Always: wrap prose if it exeeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is",enum = { "preserve", "never", "always" },type = "string"},["yaml.format.singleQuote"] = {default = false,description = "Use single quotes instead of double quotes",type = "boolean"},["yaml.hover"] = {default = true,description = "Enable/disable hover feature",type = "boolean"},["yaml.maxItemsComputed"] = {default = 5000,description = "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",type = "integer"},["yaml.schemaStore.enable"] = {default = true,description = "Automatically pull available YAML schemas from JSON Schema Store",type = "boolean"},["yaml.schemaStore.url"] = {default = "https://www.schemastore.org/api/json/catalog.json",description = "URL of schema store catalog to use",type = "string"},["yaml.schemas"] = {default = vim.empty_dict(),description = "Associate schemas to YAML files in the current workspace",type = "object"},["yaml.trace.server"] = {default = "off",description = "Traces the communication between VSCode and the YAML language service.",enum = { "off", "messages", "verbose" },type = "string"},["yaml.validate"] = {default = true,description = "Enable/disable validation feature",type = "boolean"}}}
|