Skip to content

Commit b75e568

Browse files
snjezafbricon
authored andcommitted
Download java sources lazily
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent 4128a48 commit b75e568

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ The following settings are supported:
103103
*New in 0.42.0:*
104104
* `java.foldingRange.enabled`: Enable/disable smart folding range support. If disabled, it will use the default indentation-based folding range provided by VS Code.
105105

106+
*New in 0.43.0:*
107+
* `java.maven.downloadSources`: Enable/disable eager download of Maven source artifacts.
108+
106109
Troubleshooting
107110
===============
108111
1. Check the status of the language tools on the lower right corner (marked with A on image below).

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
"description": "Enable/disable the Maven importer.",
132132
"scope": "window"
133133
},
134+
"java.maven.downloadSources": {
135+
"type": "boolean",
136+
"default": false,
137+
"description": "Enable/disable eager download of Maven source artifacts.",
138+
"scope": "window"
139+
},
134140
"java.referencesCodeLens.enabled": {
135141
"type": "boolean",
136142
"default": false,

0 commit comments

Comments
 (0)