Skip to content

use PATH to find cpplint? #33

@phiresky

Description

@phiresky

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions