lemminx icon indicating copy to clipboard operation
lemminx copied to clipboard

XML Language Server

Results 222 lemminx issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies
java

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.1.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.0.0-jre</version> <!-- or, for Android: --> <version>33.0.0-android</version> </dependency> Jar files 33.0.0-jre.jar 33.0.0-android.jar Guava...

dependencies
java

Replace com.kotcrab.remark:remark:1.2.1 with io.github.w6et:remark:1.2.3 Bump jsoup from 1.14.2 to 1.17.2 [https://github.com/w6et/remark-java/releases/tag/v1.2.3](https://github.com/w6et/remark-java/releases/tag/v1.2.3) - fork code from [/kotcrab/remark-java](https://github.com/kotcrab/remark-java) - upgrade jsonp from 1.9.2 to 1.17.2 - update some scm information in pom.xml...

Bumps org.eclipse.jetty:jetty-server from 9.4.53.v20231009 to 12.0.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jetty:jetty-server&package-manager=maven&previous-version=9.4.53.v20231009&new-version=12.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Does the xml language server hold document model of all the xml files in a workspace/project (including those which has not been opened in the editor)?

When sending the `textDocument/didChange` with the full document text (without `range` and `rangeLength` properties), the content gets properly updated in Lemminx. Calling something like `textDocument/formatting` afterwards correctly returns the proper...

Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.23 to 0.10.1. Release notes Sourced from org.graalvm.buildtools:native-maven-plugin's releases. 0.10.1 What's Changed Bump ch.qos.logback:logback-classic from 1.4.4 to 1.4.12 in /samples/metadata-repo-integration by @​dependabot in graalvm/native-build-tools#543 Fix compile-no-fork with...

dependencies
java

Bumps org.eclipse.tycho.extras:tycho-eclipserun-plugin from 1.3.0 to 4.0.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.tycho.extras:tycho-eclipserun-plugin&package-manager=maven&previous-version=1.3.0&new-version=4.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Currently there are some small leftovers to xtext/xtend that seem no longer needed. This currently ties lemminx unnecessarily to xtext FYI @szarnekow