GH-1154: removed logic to handle client-side magic indentation, no longer necessary as completions are marked as-is for indentation

This commit is contained in:
Martin Lippert
2024-04-23 11:39:52 +02:00
parent 9b35be3bb1
commit 029cc73476
8 changed files with 62 additions and 123 deletions

View File

@@ -43,7 +43,6 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
// args.add("-Xdebug");
// args.add("-Xrunjdwp:server=y,transport=dt_socket,address=1044,suspend=n");
args.add("-Dlsp.completions.indentation.enable=true");
args.add("-Xmx1024m");
args.add("-XX:TieredStopAtLevel=1");