Implement basic AddFile command in project panel
This commit is contained in:
parent
d4492086b3
commit
a217e2e64b
4 changed files with 465 additions and 77 deletions
|
@ -672,7 +672,7 @@ impl LocalWorktree {
|
|||
})
|
||||
}
|
||||
|
||||
fn save(
|
||||
pub fn save(
|
||||
&self,
|
||||
path: impl Into<Arc<Path>>,
|
||||
text: Rope,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue