pub fn lsp_binary_exists(command: &str) -> boolExpand description
Return true when the given LSP binary is resolvable either via the
current PATH or via a conservative allow-list of common install
locations. This keeps runtime capability reporting and check_lsp_status
aligned even when the daemon inherits a minimal launchd/systemd PATH.