pub fn load_active_project_settings(
cwd: &Path,
) -> Result<Option<(PathBuf, Settings)>, ConfigError>Expand description
Load the active project settings while preserving parse/read failures for callers that must fail closed, such as package install/update preflight.