Skip to content

Commit 3821411

Browse files
webdevreddatho7561
authored andcommitted
Fixed broken link to JSON schema website
1 parent 55d42d6 commit 3821411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following settings are supported:
3939
- `yaml.hover`: Enable/disable hover
4040
- `yaml.completion`: Enable/disable autocompletion
4141
- `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)
4343
- `yaml.schemaStore.url`: URL of a schema store catalog to use when downloading schemas.
4444
- `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).
4545
- `yaml.maxItemsComputed`: The maximum number of outline symbols and folding regions computed (limited for performance reasons).

0 commit comments

Comments
 (0)