Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 518 Bytes

contributing.md

File metadata and controls

13 lines (10 loc) · 518 Bytes

VSCode ESLint

Build Status

Extension to integrate ESLint into VS Code.

Development setup

  • Use git with symbolic link support enabled
  • Run npm install
  • Open VS Code
  • Run the watch task to compile the client and server
  • To run/debug the extension use the Launch Extension launch configuration
  • To debug the server use the Attach to Server launch configuration