We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562ba14 commit e387347Copy full SHA for e387347
package.json
@@ -153,7 +153,8 @@
153
"yaml.format.enable": {
154
"type": "boolean",
155
"default": true,
156
- "description": "Enable/disable default YAML formatter"
+ "description": "Enable/disable default YAML formatter",
157
+ "scope": "language-overridable"
158
},
159
"yaml.format.singleQuote": {
160
@@ -188,7 +189,8 @@
188
189
"yaml.validate": {
190
191
- "description": "Enable/disable validation feature"
192
+ "description": "Enable/disable validation feature",
193
194
195
"yaml.hover": {
196
0 commit comments