Strictly specify application.properties for LS process at launch

This commit is contained in:
aboyko
2024-10-11 17:19:23 -04:00
parent 0954e397f6
commit 7532aa35a8
8 changed files with 17 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ public class ConcourseLanguageServer extends STS4LanguageServerProcessStreamConn
"concourse-language-server",
Arrays.asList(
"-Dlsp.lazy.completions.disable=true",
"-XX:TieredStopAtLevel=1"
"-XX:TieredStopAtLevel=1",
"-Dspring.config.location=classpath:/application.properties"
)
);