Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download java sources lazily #870

Merged
merged 1 commit into from
Apr 9, 2019
Merged

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Apr 8, 2019

Requires eclipse-jdtls/eclipse.jdt.ls#986

Signed-off-by: Snjezana Peco snjezana.peco@redhat.com

README.md Outdated
@@ -103,6 +103,9 @@ The following settings are supported:
*New in 0.42.0:*
* `java.foldingRange.enabled`: Enable/disable smart folding range support. If disabled, it will use the default indentation-based folding range provided by VS Code.

*New in 0.43.0:*
* `java.maven.downloadSources`: Enable/disable downloading Maven source artifacts.
Copy link
Collaborator

@fbricon fbricon Apr 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enable/disable eager download of Maven source artifacts

package.json Outdated
"java.maven.downloadSources": {
"type": "boolean",
"default": false,
"description": "Enable/disable downloading Maven source artifacts.",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enable/disable eager download of Maven source artifacts

@snjeza
Copy link
Contributor Author

snjeza commented Apr 8, 2019

@fbricon I have updated the PR.

README.md Outdated
@@ -103,6 +103,9 @@ The following settings are supported:
*New in 0.42.0:*
* `java.foldingRange.enabled`: Enable/disable smart folding range support. If disabled, it will use the default indentation-based folding range provided by VS Code.

*New in 0.43.0:*
* `java.maven.downloadSources`: Enable/disable downloading Maven source artifacts on startup.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enable/disable eager download of Maven source artifacts

sorry, I changed my mind earlier and you missed my comment update

Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
@fbricon fbricon merged commit b75e568 into redhat-developer:master Apr 9, 2019
@fbricon fbricon added this to the Mid April 2019 milestone Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants