File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ This VS Code extension provides support for creating and editing XML documents,
2121 * Renaming support
2222 * Document Formatting
2323 * DTD validation
24+ * DTD completion
25+ * DTD formatting
2426 * XSD validation
2527 * XSD based hover
2628 * XSD based code completion
@@ -59,8 +61,10 @@ The following settings are supported:
5961* ` xml.server.vmargs ` : Extra VM arguments used to launch the XML Language Server. Requires VS Code restart.
6062
6163Since 0.3.0:
62- * ` xml.format.spaceBeforeEmptyCloseTag ` : Set to ` true ` to insert space before the end of a self closing tag.
63- * ` xml.problems.noGrammar ` : Set the message severity when a document has no associated grammar. Default is ` hint ` .
64+ * ` xml.validation.enabled ` : Set to ` false ` to disable all validation. Defaults to ` true ` .
65+ * ` xml.validation.schema ` : Set to ` false ` to disable schema validation. Defaults to ` true ` .
66+ * ` xml.validation.noGrammar ` : The message severity when a document has no associated grammar. Defaults to ` hint ` .
67+ * ` xml.format.spaceBeforeEmptyCloseTag ` : Set to ` true ` to insert space before the end of a self closing tag. Defaults to ` true ` .
6468
6569
6670More detailed info in the [ Wiki] ( https://github.com/redhat-developer/vscode-xml/wiki/Preferences ) .
You can’t perform that action at this time.
0 commit comments