You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* XML Minify support. See [#1773](https://github.com/eclipse-lemminx/lemminx/pull/1774).
7
+
* Support XPath predicates with wildcards. See [#1762](https://github.com/eclipse-lemminx/lemminx/pull/1762).
8
+
9
+
### Bug Fixes
10
+
* Use XMLLanguageClientAPI in XMLServerSocketLauncher. See [#1772](https://github.com/eclipse-lemminx/lemminx/pull/1772).
11
+
* Do not create document links with zero length range. See [#1761](https://github.com/eclipse-lemminx/lemminx/pull/1761).
12
+
* Check for dynamic registration in textDocument/typeDefinition and workspace/executeCommand. See [#1748](https://github.com/eclipse-lemminx/lemminx/pull/1748).
13
+
14
+
### Performance
15
+
* Improve formatting memory. See [#1768](https://github.com/eclipse-lemminx/lemminx/pull/1768).
16
+
17
+
### Other
18
+
* Use `ProcessHandle` instead of shell script to check for parent process. See [#1753](https://github.com/eclipse-lemminx/lemminx/pull/1753).
19
+
* docs: complete client configuration. See [#1751](https://github.com/eclipse-lemminx/lemminx/pull/1751).
20
+
21
+
### Tests
22
+
* Replace Thread.sleep() with proper synchronization in tests. See [#1773](https://github.com/eclipse-lemminx/lemminx/pull/1773).
0 commit comments