Implement basic AddFile command in project panel

This commit is contained in:
Max Brunsfeld 2022-04-29 16:27:45 -07:00
parent d4492086b3
commit a217e2e64b
4 changed files with 465 additions and 77 deletions

View file

@ -672,7 +672,7 @@ impl LocalWorktree {
})
}
fn save(
pub fn save(
&self,
path: impl Into<Arc<Path>>,
text: Rope,