f676ec3bdd | ||
---|---|---|
htmlhint | ||
htmlhint-server | ||
test | ||
LICENSE.md | ||
README.md | ||
thirdpartynotices.txt |
README.md
vscode-htmlhint
VSCode extension to support HTML-Hint, an HTML linter.
Development setup
- run npm install inside the
htmlhint
andhtmlhint-server
folders - open VS Code on
htmlhint
andhtmlhint-server
Developing the server
- open VS Code on
htmlhint-server
- run
npm run compile
ornpm run watch
to build the server and copy it into thehtmlhint
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