You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable javac in settings: "java.jdt.ls.javac.enabled": "on"
Open a java project
Current Result
Then you will get the error as below. It doesn't work if only set java.configuration.runtimes following the message in this error. Extension can work with java.jdt.ls.java.home which doesn't indicate in the error message.
Expected Result
Update the error message to prompt users to set java.jdt.ls.java.home.
The text was updated successfully, but these errors were encountered:
Environment
Steps To Reproduce
"java.jdt.ls.javac.enabled": "on"
Current Result
Then you will get the error as below. It doesn't work if only set
java.configuration.runtimes
following the message in this error. Extension can work withjava.jdt.ls.java.home
which doesn't indicate in the error message.Expected Result
Update the error message to prompt users to set
java.jdt.ls.java.home
.The text was updated successfully, but these errors were encountered: