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.
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.zprofilecorrectly outputs/Users/ivan/.local/share/mise/shims/buildifierinside the vscode terminal, and it's available on the path.I also have the following, which does not help:
Installing it globally via mise does not help either.
Setting the path in settings to
/Users/ivan/.local/share/mise/shims/buildifieror/Users/ivan/.local/share/mise/installs/buildifier/8.5.1/buildifierdoes not help either.