Hi GabrielBB, thank you so much for your efforts on extending vs code by lombok :)
One further question: I have really tough problems to use lombok in my spring boot maven hello world project.
1. I installed your extension in vs code via the extension manager
3. I compiled my maven project so that lombok was downloaded into C:\Users\daniel\.m2\repository\org\projectlombok\lombok\1.16.20
4. I tried to import lombok in the java src file ..\src\main\java\hello\HelloController.java via "import lombok.data" --> there is the error (The import lombok cannot be resolved)
For sure I can post pics on that..
Maybe / hopefully you have an idea to solve that issue. Thank you so much in advance!