pub fn daemon_workspace_config<I, P>( roots: I, project: Option<String>, cache_dir: Option<PathBuf>, live_refresh: Option<String>, ) -> Result<DaemonWorkspaceConfig>where I: IntoIterator<Item = P>, P: AsRef<Path>,