-
Notifications
You must be signed in to change notification settings - Fork 519
Open
Description
[provide a description of the issue]
Environment
- Operating System: MacOS Big Sur
- JDK version: openjdk8, openjdk11, openjdk17, temurin8, temurin 11, temurin 17
- Visual Studio Code version: 1.70.1
- Java extension version: 0.25.0
Steps To Reproduce
- Open a Java project - Spring Boot and java.version on Maven is 11
- Wait until Java Build Status is finished
- Hover mouse over on "Language Level" of Java Runtime at the right-bottom.
- It is always one of the 8 version, even though the title shows JavaSE-11. My configuration change on settings.json (for user and workplace both) is not working.
- If I remove all 8 JDKs, JavaSE-11 is still shown but the path becomes "/Library/Internet Plug-ins/Java/AppletPlugin.plugin/Contents/Home".
[Please attach a sample project reproducing the error]

Please attach logs
Current Result
java.configuration.runtimes does not work at all and I cannot use any other JDKs except the one VSCode chooses by default.
Expected Result
I had been able to chose different JDKs per project.
Additional Informations
I have not used VSCode for my Java development for a while and found this recently.
Reactions are currently unavailable