You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: