lemminx
lemminx copied to clipboard
XML Language Server
Bumps `lsp4j.version` from 0.20.1 to 0.22.0. Updates `org.eclipse.lsp4j:org.eclipse.lsp4j` from 0.20.1 to 0.22.0 Release notes Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j's releases. v0.22.0 LSP4J 0.22.0 has now been released and been contributed to simrel,...
In a recent project I worked at, we implemented a generic support for embedded languages inside XML files. All our embedded languages lived inside CDATA blocks. In the following example,...
Bumps `junit.version` from 5.10.1 to 5.10.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.1 to 5.10.2 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See...
It should be nice to provide the capability to override completion item based on grammar with snippets. Here a demo with dependency completion with pom.xml: * the first completion item...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...
I've opened my /Users/fbricon/.lsp4xml/cache/http/www.w3.org/2001/[datatypes.dtd ](https://www.w3.org/2001/datatypes.dtd)file (downloaded after opening some maven schema) and was greeted by 19 errors: There are actually 3 different error messages. - The entity "p" was referenced,...
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.17.2. Release notes Sourced from org.jsoup:jsoup's releases. jsoup Java HTML Parser release 1.17.2 Improvements Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply obtain...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.2 to 3.6.3. Commits 8205008 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.3 b69af90 [MJAVADOC-682] Reactor builds fail when multiple modules with same groupId:ar... b47b280 directory, not folder 488624f [MJAVADOC-782] Align...
Tests still need to be fixed, but this should give you an idea of the changes. Currently blocked by https://github.com/vsch/flexmark-java/issues/577 Fixes #1291
I'm getting internal error while invoking "textDocument/codeAction" request with the following params: `{ context: { diagnostics: [ { range: { start: { line: 1, character: 1, }, end: { line:...