pub fn resolve_bundle(
config: &Config,
cwd: &Path,
targets: &SessionEditTargets,
requested_bundle: Option<&str>,
) -> Result<BundleResolution>Expand description
Reuse an exact configured bundle or synthesize one from all detected roots.