File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/github/_1c_syntax/bsl/languageserver/configuration Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
id(" io.freefair.maven-central.validate-poms" ) version " 6.5.1"
17
17
id(" me.qoomon.git-versioning" ) version " 6.3.2"
18
18
id(" com.github.ben-manes.versions" ) version " 0.42.0"
19
- id(" org.springframework.boot" ) version " 2.6.7 "
19
+ id(" org.springframework.boot" ) version " 2.7.4 "
20
20
id(" io.spring.dependency-management" ) version " 1.0.14.RELEASE"
21
21
id(" io.github.1c-syntax.bslls-dev-tools" ) version " 0.7.0"
22
22
id(" ru.vyarus.pom" ) version " 2.2.1"
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