File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/github/_1c_syntax/bsl/languageserver/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public class LanguageServerConfiguration {
89
89
@ JsonProperty ("documentLink" )
90
90
@ Setter (value = AccessLevel .NONE )
91
91
private DocumentLinkOptions documentLinkOptions = new DocumentLinkOptions ();
92
-
92
+
93
93
@ JsonProperty ("formatting" )
94
94
@ Setter (value = AccessLevel .NONE )
95
95
private FormattingOptions formattingOptions = new FormattingOptions ();
@@ -109,11 +109,11 @@ public class LanguageServerConfiguration {
109
109
@ Setter (value = AccessLevel .NONE )
110
110
private File configurationFile ;
111
111
112
- @ Value ("${app.configuration.path}" )
112
+ @ Value ("${app.configuration.path}:.bsl-language-server.json " )
113
113
@ JsonIgnore
114
114
private String configurationFilePath ;
115
115
116
- @ Value (("${app.globalConfiguration.path}" ))
116
+ @ Value (("${app.globalConfiguration.path}:${user.home}/.bsl-language-server.json " ))
117
117
@ JsonIgnore
118
118
private String globalConfigPath ;
119
119
You can’t perform that action at this time.
0 commit comments