use ;
// These protocol extensions are used by specific servers or by lsp-cli itself,
// so they live next to the LSP integration even though lsp-types does not define them.
pub const SERVER_STATUS_METHOD: &str = "experimental/serverStatus";
pub const STOP_METHOD: &str = "$/lsp-cli/stop";
;