https://github.com/repometric/linterhub-vscode
VSCode extension for Linterhub
https://github.com/repometric/linterhub-vscode
code-analysis vscode vscode-extension
Last synced: about 2 months ago
JSON representation
VSCode extension for Linterhub
- Host: GitHub
- URL: https://github.com/repometric/linterhub-vscode
- Owner: repometric
- Created: 2016-10-08T15:19:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T12:24:46.000Z (almost 9 years ago)
- Last Synced: 2025-05-18T18:48:03.356Z (about 1 year ago)
- Topics: code-analysis, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linterhub VSCode Extension
=====
[](https://travis-ci.org/repometric/linterhub-vscode)
[](https://circleci.com/gh/repometric/linterhub-vscode)
[](https://www.codacy.com/app/repometric/linterhub-vscode?utm_source=github.com&utm_medium=referral&utm_content=repometric/linterhub-vscode&utm_campaign=Badge_Grade)
[](https://codeclimate.com/github/Repometric/linterhub-vscode)
Extension to integrate [Linterhub](https://github.com/repometric/linterhub-cli) into VSCode: analyze your code using different linters.
## Requirements
* [Visual Studio Code](https://code.visualstudio.com) v1.8.0 or higher.
## 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**.