Skip to content

Commit 871d3c0

Browse files
committed
Use LemMinX 0.22
1 parent 32024bf commit 871d3c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.eclipse.wildwebdeveloper.xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>org.eclipse.lemminx</groupId>
4141
<artifactId>org.eclipse.lemminx</artifactId>
4242
<!-- Bumping to version with API breakage needs to bump bundle version at least by +0.1.0 -->
43-
<version>0.21.0</version>
43+
<version>0.22.0</version>
4444
<!-- classifier:uber includes all dependencies -->
4545
<classifier>uber</classifier>
4646
</artifactItem>

org.eclipse.wildwebdeveloper.xml/schema/lemminxExtension.exsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Jars can be contributed as an extension resource (by pointing to the path of the
145145
&lt;p&gt;
146146
See https://github.com/redhat-developer/vscode-xml#custom-xml-extensions for more information.
147147
&lt;/p&gt;
148-
&lt;p&gt;This extension points uses LemMinX 0.21.0, whose extension API is &lt;b&gt;not&lt;b&gt; backward-compatible prior releases. So you may need to update your extension to newer LemMinX for your extension to work with newer Wild Web Developer.&lt;/p&gt;
148+
&lt;p&gt;This extension points uses LemMinX 0.22.0, whose extension API is usually &lt;b&gt;not&lt;b&gt; backward-compatible prior releases. So you may need to update your extension to newer LemMinX for your extension to work with newer Wild Web Developer.&lt;/p&gt;
149149

150150
&lt;p&gt;
151151
In order to provide jars to the XML LS programmatically, contributing extensions must implement the &lt;b&gt;LemminxClasspathExtensionProvider&lt;/b&gt; interface.

0 commit comments

Comments
 (0)