We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf81ad9 commit 5472e12Copy full SHA for 5472e12
package.json
@@ -176,6 +176,19 @@
176
"default": "hint",
177
"description": "The message severity when a document has no associated grammar.",
178
"scope": "window"
179
+ },
180
+ "xml.diagnostics.enabled": {
181
+ "type": "boolean",
182
+ "default": true,
183
+ "description": "Enable/disable all diagnostics.",
184
+ "scope": "window"
185
+ }
186
+ ,
187
+ "xml.diagnostics.schema": {
188
189
190
+ "description": "Enable/disable schema based diagnostics. Ignored if \"xml.diagnostics.enabled\": false.",
191
192
}
193
194
},
0 commit comments