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 50f315b commit 54e20a6Copy full SHA for 54e20a6
package.json
@@ -328,6 +328,17 @@
328
"default": "warning",
329
"markdownDescription": "Validation severity for undefined namespace in Qute template files.",
330
"scope": "resource"
331
+ },
332
+ "qute.validation.undefinedSectionTag.severity": {
333
+ "type": "string",
334
+ "enum": [
335
+ "ignore",
336
+ "warning",
337
+ "error"
338
+ ],
339
+ "default": "warning",
340
+ "markdownDescription": "Validation severity for undefined section tag in Qute template files.",
341
+ "scope": "resource"
342
}
343
344
},
0 commit comments