Show navigation history in the file finder modal
co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
711d2c6fe7
commit
201d513c50
8 changed files with 162 additions and 165 deletions
|
@ -58,7 +58,7 @@ use sum_tree::{Bias, Edit, SeekTarget, SumTree, TreeMap, TreeSet};
|
|||
use util::{paths::HOME, ResultExt, TakeUntilExt, TryFutureExt};
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash, PartialOrd, Ord)]
|
||||
pub struct WorktreeId(usize);
|
||||
pub struct WorktreeId(pub usize);
|
||||
|
||||
pub enum Worktree {
|
||||
Local(LocalWorktree),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue