Skip to content

Commit 6a24766

Browse files
committed
Prepearing release of 0.10.1
Signed-off-by: Fred Bricon <[email protected]>
1 parent df300fe commit 6a24766

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

3-
## [0.10.0](https://github.com/angelozerr/lsp4xml/milestone/11?closed=1) (December 13, 2019)
3+
## [0.10.1](https://github.com/angelozerr/lsp4xml/milestone/13?closed=1) (December 15, 2019)
4+
5+
### Bug Fixes
6+
7+
* Temporarily removed experimental simultaneously editing of start/end tags causing editing issues in all of VS Code. See [#211](https://github.com/redhat-developer/vscode-xml/issues/211).
8+
9+
## [0.10.0](https://github.com/angelozerr/lsp4xml/milestone/12?closed=1) (December 13, 2019)
410

511
### Enhancements
612

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,11 @@ The following settings are supported:
7070
* `xml.validation.enabled`: Set to `false` to disable all validation. Defaults to `true`.
7171
* `xml.validation.schema`: Set to `false` to disable schema validation. Defaults to `true`.
7272
* `xml.validation.noGrammar`: The message severity when a document has no associated grammar. Defaults to `hint`.
73+
* `xml.validation.disallowDocTypeDecl`: Enable/disable if a fatal error is thrown if the incoming document contains a DOCTYPE declaration. Default is `false`.
74+
* `xml.validation.resolveExternalEntities`: Enable/disable resolve of external entities. Default is `false`.
7375
* `xml.server.workDir`: Set an absolute path for all cached schemas to be stored. Defaults to `~/.lsp4xml`.
7476
* `xml.codeLens.enabled`: Enable/disable XML CodeLens. Default is `false`.
7577
* `xml.symbols.excluded`: Disable document symbols (Outline) for the given file name patterns. Updating file name patterns does not automatically reload the Outline view for the relevant file(s). Each file must either be reopened or changed, in order to trigger an Outline view reload.
76-
77-
Since 0.9.1:
78-
* `xml.validation.disallowDocTypeDecl`: Enable/disable if a fatal error is thrown if the incoming document contains a DOCTYPE declaration. Default is `false`.
79-
* `xml.validation.resolveExternalEntities`: Enable/disable resolve of external entities. Default is `false`.
80-
81-
Since 0.10.0:
82-
* `xml.mirrorCursorOnMatchingTag`: (Experimental) Enable/disable ability to simultaneously edit the start and end tag of an element. Default is `true`. Can be toggled on/off on Windows/Linux through `ctrl+shift+f2` and on Mac `cmd+shift+f2`.
83-
* **Note**: XML tag name completion is currently not working with mirror cursors on.
84-
* **Note**: In a multi-root workspace, cursors do not immediately enable or disable when editing XML files located in separate workspace folders.
8578

8679
## Custom XML Extensions
8780

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-xml",
33
"displayName": "XML",
44
"description": "XML Language Support by Red Hat",
5-
"version": "0.10.0",
5+
"version": "0.10.1",
66
"author": "Red Hat",
77
"publisher": "redhat",
88
"icon": "icons/icon128.png",

0 commit comments

Comments
 (0)