ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
951 stars 54 forks source link

Try `lsprotocol` as the LSP types provider dependency #402

Open karthiknadig opened 7 months ago

karthiknadig commented 7 months ago

We just published https://crates.io/crates/lsprotocol crate that contains types for LSP generated automatically from the spec. Please give it a try and give feedback on this crate.

ref: https://github.com/microsoft/lsprotocol/issues/151