Merge pull request #1972 from zed-industries/recent-workspace
Recent Project Picker
This commit is contained in:
commit
6fcb3c9020
18 changed files with 1213 additions and 801 deletions
|
@ -60,7 +60,7 @@ pub use pane_group::*;
|
|||
use persistence::{model::SerializedItem, DB};
|
||||
pub use persistence::{
|
||||
model::{ItemId, WorkspaceLocation},
|
||||
WorkspaceDb,
|
||||
WorkspaceDb, DB as WORKSPACE_DB,
|
||||
};
|
||||
use postage::prelude::Stream;
|
||||
use project::{Project, ProjectEntryId, ProjectPath, Worktree, WorktreeId};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue