Skip to content

Commit 32bfed8

Browse files
Preference to enable/disable validation or schema
Signed-off-by: Nikolas Komonen <nikolaskomonen@gmail.com>
1 parent bf81ad9 commit 32bfed8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,19 @@
176176
"default": "hint",
177177
"description": "The message severity when a document has no associated grammar.",
178178
"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+
"type": "boolean",
189+
"default": true,
190+
"description": "Enable/disable schema based diagnostics.",
191+
"scope": "window"
179192
}
180193
}
181194
},

0 commit comments

Comments
 (0)