6 ms·
buf is a parser / compiler as an alternative to protoc https://buf.build/docs/migration-guides/migrate-from-protoc/ https://buf.build/docs/migration-guides/migr
by arccy 1mo ago
buf is a parser / compiler as an alternative to protoc https://buf.build/docs/migration-guides/migrate-from-protoc/ https://buf.build/docs/migration-guides/migrate-from-protoc/
- williamcotton 1mo agoAh, so does the LSP just call out to the Buf binary?
- arccy 1mo agoThe lsp is a subcommand of buf, from the page: `buf lsp serve`
- hxtk 1mo agoThe LSP is one of the subcommands provided by the buf binary. My LSP configuration for protobuf is `buf lsp serve`.
- williamcotton 1mo agoMakes sense, thanks for the clarification.