Skip to content

Commit 32f6f89

Browse files
authored
Server should understand ~/.m2/settings.xml (#715)
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent 6ab6018 commit 32f6f89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following settings are supported:
7373
* `java.configuration.updateBuildConfiguration` : Specifies how modifications on build files update the Java classpath/configuration. Supported values are `disabled` (nothing happens), `interactive` (asks about updating on every modification), `automatic` (updating is automatically triggered).
7474
* `java.errors.incompleteClasspath.severity` : Specifies the severity of the message when the classpath is incomplete for a Java file. Supported values are `ignore`, `info`, `warning`, `error`.
7575
* `java.trace.server` : Traces the communication between VS Code and the Java language server.
76-
* `java.configuration.maven.userSettings` : Absolute path to Maven's settings.xml.
76+
* `java.configuration.maven.userSettings` : Path to Maven's settings.xml.
7777
* `java.import.exclusions` : Exclude folders from import via glob patterns.
7878
* `java.referencesCodeLens.enabled` : Enable/disable the references code lenses.
7979
* `java.implementationsCodeLens.enabled` : Enable/disable the implementations code lenses.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"java.configuration.maven.userSettings": {
147147
"type": "string",
148148
"default": null,
149-
"description": "Absolute path to Maven's settings.xml",
149+
"description": "Path to Maven's settings.xml",
150150
"scope": "window"
151151
},
152152
"java.format.enabled": {

0 commit comments

Comments
 (0)