Fix missing insert in populate_dir

Max Brunsfeld and Nathan Sobo created

Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Change summary

zed/src/worktree.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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