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 4 commits into
base: main
Choose a base branch
from
Open

Use the Buf CLI as an LSP #344

wants to merge 4 commits into from

Conversation

mcy
Copy link
Member

@mcy mcy commented Sep 16, 2024

releaseCandidate: null,
};
const result = Version.parse("1.34.15-dev");
const want = new Version(1, 34, 5);
Copy link
Member

Choose a reason for hiding this comment

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

Should the patch version here be 15? Ditto for the test case underneath.

transport: lsp.TransportKind.pipe,
args: [
'--debug', // This will get dumped into the output pane.
'--timeout', '10000000m',
Copy link
Member

Choose a reason for hiding this comment

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

Should the timeout be 0, which should be no timeout?

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.

2 participants