{"properties":{"redhat.telemetry.enabled":{"scope":"window","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).","type":"boolean","default":null},"yaml.format.printWidth":{"description":"Specify the line length that the printer will wrap on","type":"integer","default":80},"yaml.disableAdditionalProperties":{"description":"Globally set additionalProperties to false for all objects. So if its true, no extra properties are allowed inside yaml.","type":"boolean","default":false},"yaml.trace.server":{"description":"Traces the communication between VSCode and the YAML language service.","default":"off","enum":["off","messages","verbose"],"type":"string"},"yaml.validate":{"description":"Enable/disable validation feature","type":"boolean","default":true},"yaml.schemas":{"description":"Associate schemas to YAML files in the current workspace","type":"object","default":{}},"yaml.hover":{"description":"Enable/disable hover feature","type":"boolean","default":true},"yaml.format.enable":{"description":"Enable/disable default YAML formatter","type":"boolean","default":true},"yaml.completion":{"description":"Enable/disable completion feature","type":"boolean","default":true},"yaml.format.singleQuote":{"description":"Use single quotes instead of double quotes","type":"boolean","default":false},"yaml.customTags":{"description":"Custom tags for the parser to use","type":"array","default":[]},"yaml.format.bracketSpacing":{"description":"Print spaces between brackets in objects","type":"boolean","default":true},"yaml.maxItemsComputed":{"description":"The maximum number of outline symbols and folding regions computed (limited for performance reasons).","type":"integer","default":5000},"yaml.format.proseWrap":{"description":"Always: wrap prose if it exeeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is","type":"string","enum":["preserve","never","always"],"default":"preserve"},"yaml.schemaStore.url":{"description":"URL of schema store catalog to use","type":"string","default":"https://www.schemastore.org/api/json/catalog.json"},"yaml.schemaStore.enable":{"description":"Automatically pull available YAML schemas from JSON Schema Store","type":"boolean","default":true}}}