VSCode extension to support HTML-Hint, an HTML linter.
- run npm install inside the htmlhintandhtmlhint-serverfolders
- open VS Code on htmlhintandhtmlhint-server
- open VS Code on htmlhint-server
- run npm run compileornpm run watchto build the server and copy it into thehtmlhintfolder
- to debug press F5 which attaches a debugger to the server
- open VS Code on htmlhint
- run F5 to build and debug the extension