lsp-types-max 26.6.8

Types for interaction with a language server, using VSCode's Language Server Protocol
Documentation
1
2
3
4
5
6
7
8
9
pub mod auxiliary;
pub mod location;
pub mod position;
pub mod range;

pub use auxiliary::*;
pub use location::Location;
pub use position::Position;
pub use range::Range;