Skip to content

Commit fdee161

Browse files
committed
Client updated readme for 0.3.0 release
Signed-off-by: Nikolas Komonen <[email protected]>
1 parent db6b8bd commit fdee161

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6163
Since 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

6670
More detailed info in the [Wiki](https://github.com/redhat-developer/vscode-xml/wiki/Preferences).

0 commit comments

Comments
 (0)