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
|
@ -654,6 +654,7 @@ message CopyProjectEntry {
|
|||
uint64 project_id = 1;
|
||||
uint64 entry_id = 2;
|
||||
string new_path = 3;
|
||||
optional string relative_worktree_source_path = 4;
|
||||
}
|
||||
|
||||
message DeleteProjectEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue