project_panel: Add support for copy/paste between different worktrees (#15396)
Closes https://github.com/zed-industries/zed/issues/5362 Release Notes: - Added a way to copy/cut-paste between different worktrees ([#5362](https://github.com/zed-industries/zed/issues/5362))
This commit is contained in:
parent
81eb594037
commit
a5b82b2bf3
7 changed files with 348 additions and 50 deletions
|
@ -3178,7 +3178,7 @@ async fn test_fs_operations(
|
|||
|
||||
project_b
|
||||
.update(cx_b, |project, cx| {
|
||||
project.copy_entry(entry.id, Path::new("f.txt"), cx)
|
||||
project.copy_entry(entry.id, None, Path::new("f.txt"), cx)
|
||||
})
|
||||
.await
|
||||
.unwrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue