Temporary change to enable debugging on nightly build LS

This commit is contained in:
BoykoAlex
2018-08-10 11:10:25 -04:00
parent e92631b036
commit 3e17b02fb0

View File

@@ -36,8 +36,8 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
super(SPRING_BOOT_SERVER);
setCommands(getJRE().jarLaunchCommand(getLanguageServerJARLocation(),
ImmutableList.of(
//"-Xdebug",
// "-Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n"
"-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",