pub fn update_opencode_config_detailed(
project_dir: &Path,
) -> Result<(bool, bool)>Expand description
Like update_opencode_config but also reports whether comments had
to be dropped from a JSONC file during the merge. Used by the sqz init CLI to print a warning.