From ce28dc39ffc903843d163cefba13acbfd3f579c2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 21 Apr 2021 11:39:50 -0700 Subject: [PATCH] Fix missing insert in populate_dir Co-Authored-By: Nathan Sobo --- zed/src/worktree.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/zed/src/worktree.rs b/zed/src/worktree.rs index 63a84f8367..26e9d5788e 100644 --- a/zed/src/worktree.rs +++ b/zed/src/worktree.rs @@ -342,6 +342,7 @@ impl Snapshot { } } } + edits.push(Edit::Insert(child)); } // Replace the parent with a clone that includes the children and isn't pending