vscode-java
vscode-java copied to clipboard
Language status item shows mismatch Java Runtime
- Given project https://github.com/mybatis/mybatis-3.git
- open in VS Code and import the project
- can find an error shows in
src\test\java\org\apache\ibatis\submitted\record_type\Item.java - see the language status item, find the language level is 16, but the runtime path points to JDK 1.8.
