parent
050f5f6723
commit
036c123488
13 changed files with 429 additions and 83 deletions
|
@ -89,12 +89,12 @@ impl HeadlessProject {
|
|||
|
||||
let environment = project::ProjectEnvironment::new(&worktree_store, None, cx);
|
||||
let git_store = cx.new(|cx| {
|
||||
GitStore::new(
|
||||
GitStore::local(
|
||||
&worktree_store,
|
||||
buffer_store.clone(),
|
||||
Some(environment.clone()),
|
||||
environment.clone(),
|
||||
fs.clone(),
|
||||
session.clone().into(),
|
||||
None,
|
||||
cx,
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue