6 ms·
Ah, so does the LSP just call out to the Buf binary?
by williamcotton 1mo ago
Ah, 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.