Merge pull request #1972 from zed-industries/recent-workspace

Recent Project Picker
This commit is contained in:
Kay Simmons 2022-12-16 15:51:57 -08:00 committed by GitHub
commit 6fcb3c9020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1213 additions and 801 deletions

View file

@ -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};