secularbird / cpplint-extension

vscode cpplint extension
MIT License
22 stars 12 forks source link

Extension loading well but nothing happen #19

Closed remigastaldi closed 6 years ago

remigastaldi commented 6 years ago

In console log i have the "Congratulations, your extension "cpplint" is now active!" but nothing happen in c++ files.

Config : Archlinux x64, VSCode 1.24, cpplint 0.1.1

secularbird commented 6 years ago

I need more detail information, like how did u setup cpplint in vscode settings, whether your cpplint works in a terminal

remigastaldi commented 6 years ago

I installed cpplint on my system with package manager so it's in /bin/cpplint, it works on terminal and Atom. In the cpplint VSCode settings i changed the cpplintPath to /bin/cpplint, do i need to change other parameters ?

secularbird commented 6 years ago

Which cpplint did you installed? https://github.com/google/styleguide ?

remigastaldi commented 6 years ago

I have the 456.r40-1 version installed, i tried to download the python script from the github and set the path parameter to it but i have the same issue

secularbird commented 6 years ago

I don't know where this version cpplint is coming from.

cpplint from https://github.com/google/styleguideis is not supported right now, please install cpplint from https://github.com/cpplint/cpplint or using pip to install cpplint.

remigastaldi commented 6 years ago

This is the archlinux version from official google github, anyway with the https://github.com/cpplint/cpplint it's working. I guess the problem is --repository is unknow in the official one. Thanks for your help.