We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b708cf8 commit c5e254aCopy full SHA for c5e254a
src/main/java/com/github/_1c_syntax/bsl/languageserver/configuration/LanguageServerConfiguration.java
@@ -109,11 +109,11 @@ public class LanguageServerConfiguration {
109
@Setter(value = AccessLevel.NONE)
110
private File configurationFile;
111
112
- @Value("${app.configuration.path}:.bsl-language-server.json")
+ @Value("${app.configuration.path:.bsl-language-server.json}")
113
@JsonIgnore
114
private String configurationFilePath;
115
116
- @Value(("${app.globalConfiguration.path}:${user.home}/.bsl-language-server.json"))
+ @Value(("${app.globalConfiguration.path:${user.home}/.bsl-language-server.json}"))
117
118
private String globalConfigPath;
119
0 commit comments