Skip to content

Buildifier w/o Workspace - Buildifier not found in path if installed via mise #620

@ivancuric

Description

@ivancuric

If I install buildifier via https://mise.jdx.dev/, the VScode extension does not pick it up on the path.

Placing echo "$(which buildifier)" inside .zprofile correctly outputs /Users/ivan/.local/share/mise/shims/buildifier inside the vscode terminal, and it's available on the path.

I also have the following, which does not help:

    "terminal.integrated.automationProfile.osx": {
        "path": "/usr/bin/zsh",
        "args": ["--login"]
    }

Installing it globally via mise does not help either.

Setting the path in settings to /Users/ivan/.local/share/mise/shims/buildifier or /Users/ivan/.local/share/mise/installs/buildifier/8.5.1/buildifier does not help either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions