Implement dragging external files to remote projects (#28987)
Release Notes: - Added the ability to copy external files into remote projects by dragging them onto the project panel. --------- Co-authored-by: Peter Tripp <petertripp@gmail.com>
This commit is contained in:
parent
fade49a11a
commit
7e928dd615
8 changed files with 275 additions and 82 deletions
|
@ -91,6 +91,7 @@ message CreateProjectEntry {
|
|||
uint64 worktree_id = 2;
|
||||
string path = 3;
|
||||
bool is_directory = 4;
|
||||
optional bytes content = 5;
|
||||
}
|
||||
|
||||
message RenameProjectEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue