Remove deprecated -noverify option from ls launches
This commit is contained in:
@@ -46,7 +46,6 @@ public class SpringBootLanguageServer extends STS4LanguageServerProcessStreamCon
|
||||
args.add("-Dlsp.completions.indentation.enable=true");
|
||||
args.add("-Xmx1024m");
|
||||
args.add("-XX:TieredStopAtLevel=1");
|
||||
args.add("-noverify");
|
||||
|
||||
addCustomJVMArgs(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user