javavisual-studio-codeerror-messaging

Java Error Vs code: (class_Name).java is a non-project file, only syntax errors are reported


this error keeps showing while I run any java program on vs code, the program gets executed with no problem but the error keeps showing


Solution

  • The method of opening file is wrong. The problem is that a single file cannot be recognized as a project. The correct way to open a java file is to open folder first and then the file.