You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following settings are supported:
49
49
*`yaml.hoverAnchor`: Enable/disable hover feature for anchors
50
50
*`yaml.completion`: Enable/disable autocompletion
51
51
*`yaml.schemas`: Helps you associate schemas with files in a glob pattern
52
-
*`yaml.schemaStore.enable`: When set to true, the YAML language server will pull in all available schemas from [JSON Schema Store](http://schemastore.org/json/)
52
+
*`yaml.schemaStore.enable`: When set to true, the YAML language server will pull in all available schemas from [JSON Schema Store](http://schemastore.org/)
53
53
*`yaml.schemaStore.url`: URL of a schema store catalog to use when downloading schemas.
54
54
*`yaml.customTags`: Array of custom tags that the parser will validate against. It has two ways to be used. Either an item in the array is a custom tag such as "!Ref" and it will automatically map !Ref to a scalar, or you can specify the type of the object !Ref should be, e.g. "!Ref sequence". The type of object can be either scalar (for strings and booleans), sequence (for arrays), mapping (for objects).
55
55
*`yaml.maxItemsComputed`: The maximum number of outline symbols and folding regions computed (limited for performance reasons).
YAML Language support uses [JSON Schemas](https://json-schema.org/) to understand the shape of a YAML file, including its value sets, defaults and descriptions. The schema support is shipped with JSON Schema Draft 7.
128
128
129
-
We support schemas provided through [JSON Schema Store](http://schemastore.org/json/). However, schemas can also be defined in a workspace.
129
+
We support schemas provided through [JSON Schema Store](http://schemastore.org/). However, schemas can also be defined in a workspace.
130
130
131
131
The association of a YAML file to a schema can be done either in the YAML file itself using a modeline or in the User or Workspace [settings](https://code.visualstudio.com/docs/getstarted/settings) under the property `yaml.schemas`.
0 commit comments