File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,9 +287,9 @@ The value for `enabled' can be always, never or onValidSchema."
287
287
(" xml.catalogs" lsp-xml-catalogs)
288
288
(" xml.trace.server" lsp-xml-trace-server)))
289
289
290
- (defconst lsp-xml-jar-version " 0.21 .0" )
290
+ (defconst lsp-xml-jar-version " 0.27 .0" )
291
291
292
- (defconst lsp-xml-jar-name ( format " org.eclipse.lemminx-%s - uber.jar " lsp-xml-jar-version) )
292
+ (defconst lsp-xml-jar-name " org.eclipse.lemminx-uber.jar" )
293
293
294
294
(defcustom lsp-xml-jar-file (f-join lsp-server-install-dir " xmlls" lsp-xml-jar-name)
295
295
" Xml server jar command."
@@ -300,7 +300,7 @@ The value for `enabled' can be always, never or onValidSchema."
300
300
301
301
(defcustom lsp-xml-jar-download-url
302
302
(format
303
- " https://repo .eclipse.org/content/repositories/ lemminx-releases/org/eclipse/lemminx/org.eclipse.lemminx /%s/%s"
303
+ " https://download .eclipse.org/lemminx/releases /%s/%s"
304
304
lsp-xml-jar-version
305
305
lsp-xml-jar-name)
306
306
" Automatic download url for lsp-xml."
You can’t perform that action at this time.
0 commit comments