VS Code integration of HTMLHint, an HTML linter.
Перейти к файлу
Mike Kaufman f676ec3bdd
vbump to version 0.10.0 (#85)
2020-10-03 18:32:46 -07:00
htmlhint vbump to version 0.10.0 (#85) 2020-10-03 18:32:46 -07:00
htmlhint-server vbump to version 0.10.0 (#85) 2020-10-03 18:32:46 -07:00
test Getting stuff building again, clarifying instructions on support for addional file types and language services (#30) 2017-09-18 14:44:45 -07:00
LICENSE.md Initial checkin 2015-11-20 10:14:43 -08:00
README.md fixup README.md 2015-11-20 10:16:00 -08:00
thirdpartynotices.txt Initial checkin 2015-11-20 10:14:43 -08:00

README.md

vscode-htmlhint

VSCode extension to support HTML-Hint, an HTML linter.

Development setup

  • run npm install inside the htmlhint and htmlhint-server folders
  • open VS Code on htmlhint and htmlhint-server

Developing the server

  • open VS Code on htmlhint-server
  • run npm run compile or npm run watch to build the server and copy it into the htmlhint folder
  • to debug press F5 which attaches a debugger to the server

Developing the extension/client

  • open VS Code on htmlhint
  • run F5 to build and debug the extension