ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
1.01k stars 57 forks source link

Re-export `serde_json::Value` #404

Open ReeceHumphreys opened 9 months ago

ReeceHumphreys commented 9 months ago

Since some functions, such as configuration(&self, items: Vec<ConfigurationItem>) return types that contain serde_json::Value it would be useful to re-export this type.

ebkalderon commented 8 months ago

Seems like a nice idea! Thanks for the suggestion.