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

Use Lombok in a Local Environment #291

Open
harol97 opened this issue Dec 28, 2024 · 1 comment
Open

Use Lombok in a Local Environment #291

harol97 opened this issue Dec 28, 2024 · 1 comment

Comments

@harol97
Copy link

harol97 commented Dec 28, 2024

Hello,

Is there a way to use Lombok in a Local Environment?
For the moment I am adding my lombok jar in ~/.config/coc/extensions/node_modules/coc-java/lombok/lombok-1.8.36.jar
I tryied set in my local coc-settings.json:
{
"java.jdt.ls.vmargs": "absolute path",
"java.jdt.ls.lombokSupport.enabled": false
}

but It raise Error.

Thanks.

@jeirf12
Copy link

jeirf12 commented Jan 18, 2025

Hi Harold, I did this on my machine by setting “java.jdt.ls.lombokSupport.enabled”: true.

And adding the lombok in the folder you mention.
It works correctly.

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

No branches or pull requests

2 participants