integrate new spring model language server interface into Eclipse client side
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<server
|
||||
class="org.springframework.tooling.boot.ls.DelegatingStreamConnectionProvider"
|
||||
clientImpl="org.springframework.tooling.ls.eclipse.commons.STS4LanguageClientImpl"
|
||||
serverInterface="org.springframework.ide.vscode.commons.protocol.spring.SpringModelLanguageServer"
|
||||
id="org.eclipse.languageserver.languages.springboot"
|
||||
label="Spring Boot Language Server"
|
||||
lastDocumentDisconnectedTimeout="2147483647">
|
||||
|
||||
@@ -23,7 +23,8 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core,
|
||||
org.eclipse.ui.workbench,
|
||||
org.eclipse.ui.ide,
|
||||
org.eclipse.ui.editors
|
||||
org.eclipse.ui.editors,
|
||||
org.springframework.tooling.jdt.ls.commons;bundle-version="4.18.1"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-Activator: org.springframework.tooling.ls.eclipse.gotosymbol.GotoSymbolPlugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
||||
@@ -16,6 +16,7 @@ Require-Bundle: org.eclipse.core.runtime,
|
||||
org.reactivestreams.reactive-streams
|
||||
Export-Package: org.springframework.ide.vscode.commons.protocol,
|
||||
org.springframework.ide.vscode.commons.protocol.java,
|
||||
org.springframework.ide.vscode.commons.protocol.spring,
|
||||
org.springframework.tooling.jdt.ls.commons,
|
||||
org.springframework.tooling.jdt.ls.commons.classpath,
|
||||
org.springframework.tooling.jdt.ls.commons.java,
|
||||
|
||||
Reference in New Issue
Block a user