Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use PATH to find cpplint? #33

Open
phiresky opened this issue Jan 20, 2020 · 0 comments
Open

use PATH to find cpplint? #33

phiresky opened this issue Jan 20, 2020 · 0 comments

Comments

@phiresky
Copy link

My cpplint is installed in ~/.local/bin/cpplint, which is in my $PATH. This extension doesn't find it, probably because it has hardcoded searchpaths

private findCpplintPath(settings: vscode.WorkspaceConfiguration): string {
instead of using the $PATH variable (pretty sure it would work if it just executed cpplint instead of trying to figure out the full filename of it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant