I followed all the steps to install the W3C Validation Extension.
I have the JAVA_HOME
variable in my Environment Variables with value of C:\Program Files\Java\jdk-15.0.1
to which I appended ;%JAVA_HOME%\bin
as required.
Then I went to the User Settings of the extension in VS Code and I changed the value of the Java Home setting in C:\Program Files\Java\jdk-15.0.1
. But when I headed over to the Workspace Settings of the extension, I found no Java home setting.
It's missing, so I can't change the value.
Of course, this causes VS Code to alert me that the Java runtime could not be located.
Anyone has any idea why?