diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml index b90c73d6e..9942e4a07 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml @@ -10,6 +10,7 @@ id="org.eclipse.languageserver.languages.springboot" label="Spring Boot Language Server" lastDocumentDisconnectedTimeout="2147483647" + markerType="org.springframework.tooling.boot.ls.diagnostic" serverInterface="org.springframework.ide.vscode.commons.protocol.spring.SpringIndexLanguageServer" singleton="true"> @@ -752,6 +753,21 @@ class="org.springframework.tooling.boot.ls.Startup"> + + + + + + + +