This commit is contained in:
parent
e768eb0a34
commit
3e68f7fde4
10 changed files with 49 additions and 111 deletions
|
@ -420,7 +420,6 @@ impl HeadlessProject {
|
|||
worktree_id,
|
||||
path: PathBuf::from(message.payload.path).into(),
|
||||
},
|
||||
message.payload.skip_file_contents,
|
||||
cx,
|
||||
)
|
||||
});
|
||||
|
@ -487,7 +486,6 @@ impl HeadlessProject {
|
|||
worktree_id: worktree.read(cx).id(),
|
||||
path: path.into(),
|
||||
},
|
||||
false,
|
||||
cx,
|
||||
)
|
||||
});
|
||||
|
@ -731,7 +729,6 @@ impl HeadlessProject {
|
|||
worktree_id: worktree.read(cx).id(),
|
||||
path: Arc::from(relative_path),
|
||||
},
|
||||
true,
|
||||
cx,
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue