Restore auto-save on focus change, re-enable workspace tests
This commit is contained in:
parent
c63ca09eed
commit
a003a91212
13 changed files with 1350 additions and 1304 deletions
|
@ -12,9 +12,9 @@ use gpui::{
|
|||
ViewContext, VisualContext, WeakView, WindowContext,
|
||||
};
|
||||
use parking_lot::Mutex;
|
||||
use project2::{Project, ProjectEntryId, ProjectPath};
|
||||
use project::{Project, ProjectEntryId, ProjectPath};
|
||||
use serde::Deserialize;
|
||||
use settings2::Settings;
|
||||
use settings::Settings;
|
||||
use std::{
|
||||
any::Any,
|
||||
cmp, fmt, mem,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue