pub fn CollectDefaultConfigurations(
State: &ApplicationState,
) -> Result<Value, CommonError>Expand description
Merge default configuration values from all scanned extensions into one
flat {key → defaultValue} JSON object. Keys use dot-notation
(e.g. editor.fontSize). Sub-properties objects are recursed into.