removed debug jm arg options, can be passed to the ls process via -Dboot.ls.custom.vmargs option to the other IDE

This commit is contained in:
Martin Lippert
2019-05-03 10:08:07 +02:00
parent b26be0ad78
commit 84228d50c5

View File

@@ -76,8 +76,6 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
private List<String> getJVMArgs() {
List<String> args = new ArrayList<>();
// args.add("-Xdebug");
// args.add("-Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=n");
args.add("-Dsts.lsp.client=eclipse");
args.add("-Dlsp.completions.indentation.enable=true");
args.add("-Xmx1024m");