Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 543 Bytes

VSCode JSLint

Extension to integrate JSLint into VS Code.

Development setup

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

Developing the server

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

Developing the extension/client

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