wip
This commit is contained in:
parent
8d0905e479
commit
efce38fce2
5 changed files with 32 additions and 26 deletions
|
@ -49,7 +49,7 @@ impl Settings for WorkspaceSettings {
|
|||
fn load(
|
||||
default_value: &Self::FileContent,
|
||||
user_values: &[&Self::FileContent],
|
||||
_: &gpui2::AppContext,
|
||||
_: &mut gpui2::AppContext,
|
||||
) -> anyhow::Result<Self> {
|
||||
Self::load_via_json_merge(default_value, user_values)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue