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