Define project settings in project crate

This commit is contained in:
Max Brunsfeld 2023-05-16 17:45:04 -07:00
parent 65e3713d4d
commit cbd4771f10
17 changed files with 59 additions and 27 deletions

View file

@ -3723,5 +3723,6 @@ fn init_test(cx: &mut gpui::TestAppContext) {
cx.update(|cx| {
cx.set_global(SettingsStore::test(cx));
language::init(cx);
Project::init_settings(cx);
});
}