Persist selections for editors (#25083)
Part of https://github.com/zed-industries/zed/issues/7371 Closes https://github.com/zed-industries/zed/issues/12853 Release Notes: - Started to persist latest selections for editors, to restore those on restart
This commit is contained in:
parent
b34037876e
commit
80458ffb96
8 changed files with 159 additions and 5 deletions
|
@ -1184,6 +1184,7 @@ mod tests {
|
|||
fn init_test(cx: &mut gpui::App) {
|
||||
let settings_store = SettingsStore::test(cx);
|
||||
cx.set_global(settings_store);
|
||||
workspace::init_settings(cx);
|
||||
theme::init(theme::LoadThemes::JustBase, cx);
|
||||
language::init(cx);
|
||||
crate::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue