microsoft / vscode-htmlhint

VS Code integration of HTMLHint, an HTML linter.
MIT License
50 stars 35 forks source link

Does not work with 1.49.3 stable #82

Closed Raju closed 4 years ago

Raju commented 4 years ago

It stopped working for 1.49.3 image

  1. Created index.html file
  2. Made some mistakes (single quotes instead of double, no HTML5 doctype)
  3. No errors reported inside VS Code but in CLI it shows error.

image

Not working....

Working in CLI but no error shown inside VS Code 1.49.3

image

Settings which I had added,

image

mike-kaufman commented 4 years ago

@Raju - this should be fixed now w/ version 0.10.0. Thanks to @aeschli for the fix here. Please LMK if you see different behavior.

Raju commented 4 years ago

Thanks for the fix, it's working now.

image