

If it is not set or it is undefined no proxy server will be used. Http.proxy: The URL of the proxy server that will be used when attempting to download a schema. These settings can be modified via the corresponding settings inside the section in the settings: More specifically it converts tabs to spaces to ensure valid yaml, sets the tab size, and allows live typing autocompletion and formatting, also allows code lens. : VSCode-YAML adds default configuration for all yaml files.

Yaml.maxComputedItems: The maximum number of outline symbols and folding regions computed (limited for performance reasons). The type of object can be either scalar (for strings and booleans), sequence (for arrays), mapping (for objects). Either an item in the array is a custom tag such as "!Ref" and it will automatically map !Ref to scalar or you can specify the type of the object !Ref should be e.g. Yaml.customTags: Array of custom tags that the parser will validate against. : URL of a schema store catalog to use when downloading schemas. : When set to true the YAML language server will pull in all available schemas from JSON Schema Store Yaml.schemas: Helps you associate schemas with files in a glob pattern Yaml.validate: Enable/disable validation feature : Specify the line length that the printer will wrap on : Always: wrap prose if it exeeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is : Print spaces between brackets in objects : Use single quotes instead of double quotes

: Enable/disable default YAML formatter (requires restart)

Please refer to Language Server Settings to setup a schema Extension Settings On type formatting auto indent for array itemsĪuto completion and hover support are provided by the schema.Hovering over a node shows description if provided by schema.Scalar nodes autocomplete to schema's defaults if they exist.Provides the document outlining of all completed nodes in the file.Document Outlining ( Ctrl + Shift + O):.Detects whether the entire file is valid yaml.Provides comprehensive YAML Language support to Visual Studio Code, via the yaml-language-server, with built-in Kubernetes syntax support.
