Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 551 Bytes

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