Disable XML LS extension for Eclipse and VSCode
This commit is contained in:
@@ -355,6 +355,7 @@
|
||||
class="org.springframework.tooling.boot.ls.prefs.RemoteAppsFromPrefsDataContributor">
|
||||
</injection>
|
||||
</extension>
|
||||
<!--
|
||||
<extension
|
||||
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">
|
||||
<jar
|
||||
@@ -364,5 +365,6 @@
|
||||
path="jars/xml-ls-extension.jar">
|
||||
</jar>
|
||||
</extension>
|
||||
-->
|
||||
|
||||
</plugin>
|
||||
|
||||
@@ -34,7 +34,7 @@ import org.springframework.tooling.boot.ls.Constants;
|
||||
public class XMLContentAssistProposalComputer implements IAsyncCompletionProposalComputer {
|
||||
|
||||
private static TimeUnit TIMEOUT_UNIT = TimeUnit.MILLISECONDS;
|
||||
private static long TIMEOUT_LENGTH = 30000;
|
||||
private static long TIMEOUT_LENGTH = 2000;
|
||||
|
||||
private LSContentAssistProcessor lsContentAssistProcessor;
|
||||
|
||||
|
||||
@@ -38,10 +38,6 @@
|
||||
"./jars/jdt-ls-commons.jar",
|
||||
"./jars/jdt-ls-extension.jar"
|
||||
],
|
||||
"xml.javaExtensions": [
|
||||
"./jars/commons-lsp-extensions.jar",
|
||||
"./jars/xml-ls-extension.jar"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"id": "spring-boot-properties-yaml",
|
||||
|
||||
Reference in New Issue
Block a user