Extension to integrate ESLint into VSCode.
- run npm install inside the
eslint
andeslint-server
folders - open VS Code on
eslint
andeslint-server
- open VS Code on
eslint-server
- run
npm run compile
ornpm run watch
to build the server and copy it into theeslint
folder - to debug press F5 which attaches a debugger to the server
- open VS Code on
eslint
- run F5 to build and debug the extension