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

Getting build failed notification when running spring boot application

Open shankarramr opened this issue 6 years ago • 5 comments

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.

shankarramr avatar Feb 21 '19 09:02 shankarramr

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

dark0084 avatar Mar 07 '19 09:03 dark0084

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

vk011 avatar Mar 08 '19 09:03 vk011

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

geekjair avatar Apr 15 '19 02:04 geekjair

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)

GabrielBB avatar May 04 '19 04:05 GabrielBB

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

MichaelHilus avatar Oct 28 '19 10:10 MichaelHilus