Skip to content

Commit 54e20a6

Browse files
angelozerrdatho7561
authored andcommitted
Warning instead of error (configurable) for unknown sections
See redhat-developer/quarkus-ls#1042 Signed-off-by: azerr <[email protected]>
1 parent 50f315b commit 54e20a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,17 @@
328328
"default": "warning",
329329
"markdownDescription": "Validation severity for undefined namespace in Qute template files.",
330330
"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"
331342
}
332343
}
333344
},

0 commit comments

Comments
 (0)