Remix.run Logo
arccy 5 hours ago

buf is a parser / compiler as an alternative to protoc https://buf.build/docs/migration-guides/migrate-from-protoc/

williamcotton 5 hours ago | parent [-]

Ah, so does the LSP just call out to the Buf binary?

hxtk 4 hours ago | parent | next [-]

The LSP is one of the subcommands provided by the buf binary. My LSP configuration for protobuf is `buf lsp serve`.

williamcotton 3 hours ago | parent [-]

Makes sense, thanks for the clarification.

arccy 4 hours ago | parent | prev [-]

The lsp is a subcommand of buf, from the page: `buf lsp serve`