Skip to content

repometric/linterhub-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linterhub VSCode Extension

Build Status Build Status Codacy Badge Issue Count

Extension to integrate Linterhub into VSCode: analyze your code using different linters.

Requirements

How to build from terminal

  • Run bash script/cibuild.sh from project folder.

How to develop

  • 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, choose Tasks: Run task and execute Compile and run task.
  • Client: press Ctrl + F5. After that vsc will open new instance of Extension Development Host.