We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ecfac commit abe1022Copy full SHA for abe1022
1 file changed
README.md
@@ -55,6 +55,7 @@ The following settings are supported:
55
- `yaml.style.flowMapping` : Forbids flow style mappings if set to `forbid`
56
- `yaml.style.flowSequence` : Forbids flow style sequences if set to `forbid`
57
- `yaml.keyOrdering` : Enforces alphabetical ordering of keys in mappings when set to `true`. Default is `false`
58
+- `yaml.showSchemaSource`: Enable/disable showing the schema source in hover tooltips. Default is `true`
59
60
## Suppressing diagnostics
61
0 commit comments