-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbols not getting resolved for lombok on vs code #3909
Comments
@VincentLee-EN Could you attach a project example reproducing the error? |
How?
…----------Reply to Message----------
On Thu, Jan 2, 2025 22:38 PM ***@***.***> wrote:
@VincentLee-EN Could you attach a project example reproducing the error?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Is it because I'm using Java 17 that the plugin doesn't support it very well yet? |
You can try
You need Java 23 to use javac - |
My project uses Java17,is it a good idea to upgrade it to Java23? |
here is my settings.json for java after I installed java23, but it didn't work, is the config is wrong? |
Your project can use Java >= 1.8 |
Could you try the following:
|
My "Language support for Java ™ for Visual Studio Code" is v1.38.0, Symbols not getting resolved for lombok on vs code,but it can still compile and run
when I use @slf4j,here comes errors:
when I use @DaTa, the same situation happens
The text was updated successfully, but these errors were encountered: