Define workspace settings in workspace crate

This commit is contained in:
Max Brunsfeld 2023-05-16 20:25:18 -07:00
parent cbd4771f10
commit 6403bb86e1
22 changed files with 253 additions and 243 deletions

View file

@ -1936,6 +1936,7 @@ mod tests {
cx.set_global(SettingsStore::test(cx));
language::init(cx);
editor::init_settings(cx);
workspace::init_settings(cx);
});
}
}