Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 503 Bytes

contributing.md

File metadata and controls

12 lines (9 loc) · 503 Bytes

VSCode ESLint

Build Status

Extension to integrate ESLint into VS Code.

Development setup

  • Use git with symbolic link support enabled. You can enable this with git config core.symlinks true.
  • Run npm ci
  • Open VS Code
  • Run the watch task to compile the client and server
  • To run/debug the extension use the Launch Extension launch configuration