bufbuild/vscode-buf

Can not find `buf` with 0.6.0

Closed this issue · 2 comments

The extension seems to be always searching for buf inside the vscode workspace, most likely after #282.

Failed to get buf version: spawnSync /home/tamasfe/my-vscode-workspace/buf ENOENT
# which buf
/usr/bin/buf

also facing this on windows, where I use scoop to install buf

Reverted relative path fix with 0.6.1, will investigate other ways to fix relative path issue.