Extension to integrate ESLint into VS Code.
- 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