Extension to integrate Linterhub into VSCode: analyze your code using different linters.
- Visual Studio Code v1.8.0 or higher.
- Run
bash script/cibuild.sh
from project folder.
- Install all dependencies for client and server part. Run
npm install
in client and server directories. - Open client and server part in different windows.
- Server: press
Ctrl + Shift + P
, chooseTasks: Run task
and executeCompile and run
task. - Client: press
Ctrl + F5
. After that vsc will open new instance of Extension Development Host.