GH-568: use the LSP4E capability to keep the language server alive for a little while before shutting it down
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
point="org.eclipse.lsp4e.languageServer">
|
||||
<server
|
||||
class="org.springframework.tooling.boot.ls.DelegatingStreamConnectionProvider"
|
||||
id="org.eclipse.languageserver.languages.springboot"
|
||||
clientImpl="org.springframework.tooling.ls.eclipse.commons.STS4LanguageClientImpl"
|
||||
label="Spring Boot Language Server">
|
||||
id="org.eclipse.languageserver.languages.springboot"
|
||||
label="Spring Boot Language Server"
|
||||
lastDocumentDisconnectedTimeout="10">
|
||||
</server>
|
||||
|
||||
<contentTypeMapping
|
||||
|
||||
Reference in New Issue
Block a user