Start Boot LS if classpath of any project has spring
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
clientImpl="org.springframework.tooling.ls.eclipse.commons.STS4LanguageClientImpl"
|
||||
id="org.eclipse.languageserver.languages.springboot"
|
||||
label="Spring Boot Language Server"
|
||||
lastDocumentDisconnectedTimeout="10">
|
||||
lastDocumentDisconnectedTimeout="2147483647">
|
||||
</server>
|
||||
|
||||
<contentTypeMapping
|
||||
@@ -494,6 +494,12 @@
|
||||
type="java.lang.Object">
|
||||
</propertyTester>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.startup">
|
||||
<startup
|
||||
class="org.springframework.tooling.boot.ls.Startup">
|
||||
</startup>
|
||||
</extension>
|
||||
<!--
|
||||
<extension
|
||||
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">
|
||||
|
||||
Reference in New Issue
Block a user