Skip to main content

get_active_lsp_servers

Function get_active_lsp_servers 

Source
pub fn get_active_lsp_servers(servers: &[LspServerInfo]) -> Vec<&LspServerInfo>
Expand description

Get active (connected) LSP servers

Filters servers to only those with Connected status.