yaml-language-server 1.20.1-82d8808.0 → 1.20.1-e0cd098.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,7 +49,7 @@ The following settings are supported:
49
49
  - `http.proxyStrictSSL`: If true the proxy server certificate should be verified against the list of supplied CAs. Default is false.
50
50
  - `[yaml].editor.formatOnType`: Enable/disable on type indent and auto formatting array
51
51
  - `yaml.disableDefaultProperties`: Disable adding not required properties with default values into completion text
52
- - `yaml.suggest.parentSkeletonSelectedFirst`: If true, the user must select some parent skeleton first before autocompletion starts to suggest the rest of the properties.\nWhen yaml object is not empty, autocompletion ignores this setting and returns all properties and skeletons.
52
+ - `yaml.suggest.parentSkeletonSelectedFirst`: If true, the user must select some parent skeleton first before autocompletion starts to suggest the rest of the properties. When yaml object is not empty, autocompletion ignores this setting and returns all properties and skeletons.
53
53
  - `yaml.style.flowMapping` : Forbids flow style mappings if set to `forbid`
54
54
  - `yaml.style.flowSequence` : Forbids flow style sequences if set to `forbid`
55
55
  - `yaml.keyOrdering` : Enforces alphabetical ordering of keys in mappings when set to `true`. Default is `false`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yaml-language-server",
3
3
  "description": "YAML language server",
4
- "version": "1.20.1-82d8808.0",
4
+ "version": "1.20.1-e0cd098.0",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "contributors": [