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

Always pull the latest version of lombok and make it overridable by user config #73

Closed
wants to merge 6 commits into from

Conversation

EternalWind
Copy link

  • Removed the lombok.jar pre-packaged with the extension.
  • By default, pull the latest version of lombok from lombok's official website if no lombok.jar is present upon activation.
  • Enabled users to supply their desired version of lombok by specifying the path to it with "vscode-lombok.lombokPath" overriding the lombok downloaded by default.

@ghost
Copy link

ghost commented Jul 4, 2022

CLA assistant check
All CLA requirements met.

@testforstephen
Copy link
Contributor

@EternalWind thanks for your interest in improving this extension. Since [email protected] starts to provide the built-in lombok support from that extension, where it also has a PR redhat-developer/vscode-java#2550 to embed a lombok.jar in itself, so we're considering deprecating the lombok.jar in vscode-lombok extension. Instead, vscode-lombok extension will convert the lombok syntax sugar into code actions, and help you easily generate the annotation code into your source files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants