vscode-lombok
vscode-lombok copied to clipboard
The path to the lombok.jar file is hard-coded
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
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
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
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
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'.