pub fn resolve_server_binary(
server: &ServerDef,
workspace_root: Option<&Path>,
config: &Config,
) -> Option<PathBuf>Expand description
Resolve a server binary, adding nested Python workspace lookup before the configured project-root resolver used by every other language.