Add only one worktree when running zed /dir /dir/file
This commit is contained in:
parent
9d8e3f51c8
commit
bba65e120d
4 changed files with 90 additions and 41 deletions
|
@ -469,7 +469,7 @@ mod tests {
|
|||
workspace
|
||||
.update(cx, |workspace, cx| {
|
||||
workspace.open_paths(
|
||||
&[PathBuf::from("/root/dir1"), PathBuf::from("/root/dir2")],
|
||||
vec![PathBuf::from("/root/dir1"), PathBuf::from("/root/dir2")],
|
||||
cx,
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue