Skip to content

Commit dee2b0d

Browse files
committed
Do not contribute XML LS extension for VSCode and Eclipse yet
1 parent f4c842f commit dee2b0d

File tree

2 files changed

+2
-4
lines changed
  • eclipse-language-servers/org.springframework.tooling.boot.ls
  • vscode-extensions/vscode-spring-boot

2 files changed

+2
-4
lines changed

eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@
355355
class="org.springframework.tooling.boot.ls.prefs.RemoteAppsFromPrefsDataContributor">
356356
</injection>
357357
</extension>
358+
<!--
358359
<extension
359360
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">
360361
<jar
@@ -364,5 +365,6 @@
364365
path="jars/xml-ls-extension.jar">
365366
</jar>
366367
</extension>
368+
-->
367369

368370
</plugin>

vscode-extensions/vscode-spring-boot/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
"./jars/jdt-ls-commons.jar",
3939
"./jars/jdt-ls-extension.jar"
4040
],
41-
"xml.javaExtensions": [
42-
"./jars/commons-lsp-extensions.jar",
43-
"./jars/xml-ls-extension.jar"
44-
],
4541
"languages": [
4642
{
4743
"id": "spring-boot-properties-yaml",

0 commit comments

Comments
 (0)