The error message “Configure Runtime for Language Server” usually appears in Visual Studio Code when the Java extension is unable to find a compatible Java Development Kit (JDK) installation on…
Tag: vs code
The warning you are seeing indicates that the “java.home” setting in the Java extension settings is deprecated, and you should use “java.jdt.ls.java.home” instead. Here’s how you can update your settings:…