Make completion javadocs resolution lazy in Eclipse

This commit is contained in:
Kris De Volder
2018-11-22 16:04:29 -08:00
parent 1cb46aa444
commit b954da2005

View File

@@ -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"
)