pub fn resolve_plugin_selection(
cli: &Cli,
root: &Path,
mode: PluginSelectionMode,
) -> Result<ResolvedPluginManager>Expand description
Resolve the effective plugin manager and persisted selection metadata.
ยงErrors
Returns an error if plugin overrides are invalid, a persisted manifest cannot be loaded safely, or a read-only command would reinterpret an indexed workspace.