Preview features enabled at an invalid source release level 12, preview can be enabled only at source level 13
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
[Error - 12:22:14 PM] Oct 3, 2019, 12:22:14 PM Error occured while building workspace. Details:
message: Preview features enabled at an invalid source release level 12, preview can be enabled only at source level 13; code: 2098258; resource: D:/Documents/workspace/HelloWorld.java;
in language support for java log
Compile and run
can you try running the "Java: clean the Java language server workspace" command?
Updating to the latest version helped me. (12.01 to 13 Build 33)
Most helpful comment
can you try running the "Java: clean the Java language server workspace" command?