Hello, I’m seeking help in regard to an error message I keep getting in VS Code. Yesterday, my program was working perfectly fine, no errors, but when I opened it up today, I was met with a ton of red lines. I’m not exactly sure what went wrong, and was hoping that someone in the community knew how to solve this problem. Thank you!
If the program builds fine, it’s just intellisense errors. Try running the “Java: Clean Java Language Server Workspace” command (via Ctrl-Shift-P).
2 Likes
I have a similar issue where intelesense thinsk that noth8g in the java standard library (including Object) exists. I teided to clean the workspace but that had no effect.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.