diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/SpringBootLanguageServer.java b/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/SpringBootLanguageServer.java index e40db8474..eb0d4af57 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/SpringBootLanguageServer.java +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/src/org/springframework/tooling/boot/ls/SpringBootLanguageServer.java @@ -39,7 +39,6 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon // "-Xdebug", // "-Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n", "-Dsts.lsp.client=eclipse", - "-Dlsp.lazy.completions.disable=true", "-Dlsp.completions.indentation.enable=true", "-Xmx1024m" )