vscode-lombok icon indicating copy to clipboard operation
vscode-lombok copied to clipboard

The path to the lombok.jar file is hard-coded

Open tristan957 opened this issue 7 years ago • 3 comments
trafficstars

I am a person who uses VSCode on multiple platforms, so the location of my .vscode extension varies whether I am on Windows, Mac, and Linux. Is it possible to make the path platform agnostic, possible a ${configFolder}.

https://github.com/Microsoft/vscode/issues/2809

tristan957 avatar Mar 26 '18 17:03 tristan957

Hi , @tristan957. Are you syncing your user settings between your different platforms? Because the Lombok jar path in inserted in your user.settings not in your workspace.settings. If you install the Lombok extension in the visual studio code installed in every platform it recognize the platform you’re working in. For example, i use it on my work Pc and my personal Mac and I don’t have problems with it since I just install the extension on both. Just like you would do with any other extension. But if you do some type of setting sync it wouldn’t work indeed

GabrielBB avatar Mar 26 '18 18:03 GabrielBB

Yea forgot to mention I sync my settings. I don't expect this to get solved until the linked issue to get solved. Just thought I would start tracking it here

tristan957 avatar Mar 26 '18 18:03 tristan957

Thanks for notifying it. I didn’t know about people doing setting syncing until now, so I was not aware of this issue. I hope they solve the linked issue

GabrielBB avatar Mar 26 '18 20:03 GabrielBB

In the latest version 1.1.0, the lombok agent in this extension is removed because RedHat Java extension has built-in lombok support by default. This lombok extension no longer injects lombok agent to 'java.jdt.ls.vmargs'.

testforstephen avatar Sep 26 '22 04:09 testforstephen