pub fn merge_settings_to_disk(
new_keys: Map<String, Value>,
) -> Result<(), String>Expand description
Merge a flat map of settings keys into settings.json on disk.
Existing keys not present in new_keys are preserved.
The fs watcher will detect the write (~300ms) and broadcast the updated config.