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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following settings are supported:
39
39
-`yaml.hover`: Enable/disable hover
40
40
-`yaml.completion`: Enable/disable autocompletion
41
41
-`yaml.schemas`: Helps you associate schemas with files in a glob pattern
42
-
-`yaml.schemaStore.enable`: When set to true the YAML language server will pull in all available schemas from [JSON Schema Store](https://www.schemastore.org/json/)
42
+
-`yaml.schemaStore.enable`: When set to true the YAML language server will pull in all available schemas from [JSON Schema Store](https://www.schemastore.org)
43
43
-`yaml.schemaStore.url`: URL of a schema store catalog to use when downloading schemas.
44
44
-`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 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), map (for objects).
45
45
-`yaml.maxItemsComputed`: The maximum number of outline symbols and folding regions computed (limited for performance reasons).
0 commit comments