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 the Buf CLI as an LSP #344

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Use the Buf CLI as an LSP #344

wants to merge 5 commits into from

Conversation

mcy
Copy link
Member

@mcy mcy commented Sep 16, 2024

src/test/version.test.ts Outdated Show resolved Hide resolved
src/buf.ts Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/binary.ts Outdated Show resolved Hide resolved
src/binary.ts Show resolved Hide resolved
@mcy mcy requested a review from doriable November 19, 2024 18:30
if (platform instanceof Error) {
return platform;
}
let name = `buf-${platform}.tar.gz`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a special case for windows where we look for the .exe file instead of the tarball.

@christogav
Copy link

I've been running this branch (on osx) for a few months now and is working very well. Would love to see this merged. Can I help with any further changes required? @mcy

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

Successfully merging this pull request may close these issues.

3 participants