microsoft / vscode-lombok

Lombok Annotations Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok
MIT License
87 stars 20 forks source link

Getting build failed notification when running spring boot application #17

Open shankarramr opened 5 years ago

shankarramr commented 5 years ago

Having a class annotated with @Data and calling getters everywhere. Even tough on launching vscode first time, access to getter method shows error. On opening the file the error goes away.

But running the boot application via vscode spring boot dashboard still shows this error notification.

dark0084 commented 5 years ago

I am having the same problem. 2019-03-07 6 15 13

vk011 commented 5 years ago

I have a similar problem, with lombok dependency added and this extension installed, spring boot dashboard will not run the project, I get the can't find or load main method error

geekjair commented 5 years ago

and I clicked on a question in the question bar and it disappeared automatically.

GabrielBB commented 5 years ago

Please, update vscode-lombok extension on your VSCode and also make sure to use the latest lombok jar on your pom/gradle (https://projectlombok.org/setup/maven)

MichaelHilus commented 4 years ago

I am facing the same issue, using lombok:1.18.10 in my gradle config and the latest extension version (currently 0.9.9).