Define editor settings in editor crate

This commit is contained in:
Max Brunsfeld 2023-05-16 17:29:21 -07:00
parent 39618ae32d
commit 65e3713d4d
13 changed files with 93 additions and 54 deletions

View file

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