Skip to content

Commit 1e22ef3

Browse files
Merge pull request #936 from gorkem/fix-mmaxItemsComputed-readme
Fix maxItemsComputed settings name
2 parents 604c8e7 + f0fb80d commit 1e22ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following settings are supported:
5050
* `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/)
5151
* `yaml.schemaStore.url`: URL of a schema store catalog to use when downloading schemas.
5252
* `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).
53-
* `yaml.maxComputedItems`: The maximum number of outline symbols and folding regions computed (limited for performance reasons).
53+
* `yaml.maxItemsComputed`: The maximum number of outline symbols and folding regions computed (limited for performance reasons).
5454
* `yaml.disableDefaultProperties`: Disable adding not required properties with default values into completion text (default is false).
5555
* `yaml.suggest.parentSkeletonSelectedFirst`: If true, the user must select some parent skeleton first before autocompletion starts to suggest the rest of the properties. When the YAML object is not empty, autocompletion ignores this setting and returns all properties and skeletons.
5656

0 commit comments

Comments
 (0)