pub fn apply_import_config(
state: &mut AppState,
external_config: OpenCodeConfig,
layer: ConfigLayer,
merge_mode: ImportMergeMode,
) -> Result<()>Expand description
Apply an already-normalized config to a layer.
pub fn apply_import_config(
state: &mut AppState,
external_config: OpenCodeConfig,
layer: ConfigLayer,
merge_mode: ImportMergeMode,
) -> Result<()>Apply an already-normalized config to a layer.