Works on Win 10

This commit is contained in:
BoykoAlex
2019-05-10 14:59:29 -04:00
parent f5cd5a7fb1
commit d64d0686f5
4 changed files with 10 additions and 4 deletions

View File

@@ -45,7 +45,8 @@ public class CloudFoundryManifestLanguageServer extends STS4LanguageServerProces
"application.yml",
Arrays.asList(
"-Dlsp.lazy.completions.disable=true",
"-Dlsp.completions.indentation.enable=true"
"-Dlsp.completions.indentation.enable=true",
"-noverify"
)
);