vscode-lombok
vscode-lombok copied to clipboard
Update embedded lombok.jar to allow derserialization of Classes annotated with @Jacksonized
Lombok v1.18.14 introduced @Jacksonized to simplify the deserialization of lombok classes
The included lombok version does not yet support this feature starting programms from vscode will fail.
Solution:
Update lombok to the latest version (as of now 1.18.16)
There is a manual workaround mentioned here that may help in the meantime - https://github.com/rzwitserloot/lombok/issues/2575
whats the status? still a serious bug.