Umoxfo / vscode-w3cvalidation

Adds W3C validation support to Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Umoxfo.vscode-w3cvalidation
MIT License
9 stars 1 forks source link

Missing JDK #7

Closed KodaLover closed 4 years ago

KodaLover commented 5 years ago

I have installed this extension, and have (intentional) errors in my html coding. Have saved the file as an html file, but still it shows 0 errors. I am very new at this. Please help.

Umoxfo commented 5 years ago

I need a screenshot of the problem.

KodaLover commented 5 years ago

chrome_2019-05-19_18-17-49

KodaLover commented 5 years ago

As you can see above, there are two errors, and yet the problems panel shows 0 errors.

Umoxfo commented 5 years ago

6

You should install JDK and set the environment variables.

ghost commented 5 years ago

Same problem here on ubuntu 18.04 bionic beaver : Screenshot from 2019-08-07 07-21-58 You should add info about linux also (not only windows) .

devmyqi commented 5 years ago

I have the same Error, installed JDK-13 and set the %PATH% as described in the extensions details vscode-jdk-error

Umoxfo commented 5 years ago

I decided to remove the vscode-w3cvalidation.javaHome option for a few reasons.

ghost commented 5 years ago

I decided to remove the vscode-w3cvalidation.javaHome option for a few reasons.

Thx . It works now and does not need the vscode-w3cvalidation.javaHome option .

devmyqi commented 5 years ago

I decided to remove the vscode-w3cvalidation.javaHome option for a few reasons. Thx . It works now and does not need the vscode-w3cvalidation.javaHome option .

What did you do that it works? I just removed the extension and re-installed it again. Still got the error message "Java runtime could not be located".

ghost commented 5 years ago

What did you do that it works? I just removed the extension and re-installed it again. Still got the error message "Java runtime could not be located".

I just enabled the disabled extension and it worked .

devmyqi commented 5 years ago

What did you do that it works? I just removed the extension and re-installed it again. Still got the error message "Java runtime could not be located".

I just enabled the disabled extension and it worked .

unfortunately, not for me, i still have that annoying error :-(

Umoxfo commented 4 years ago

Fixed in v2.5.0. The vscode-w3cvalidation.javaHome option should also work.