Merge branch 'main' into terminal-hyperlinks
This commit is contained in:
commit
a686a9f1d2
102 changed files with 5848 additions and 1966 deletions
|
@ -28,7 +28,9 @@ impl<'a> TerminalTestContext<'a> {
|
|||
let params = self.cx.update(AppState::test);
|
||||
|
||||
let project = Project::test(params.fs.clone(), [], self.cx).await;
|
||||
let (_, workspace) = self.cx.add_window(|cx| Workspace::new(project.clone(), cx));
|
||||
let (_, workspace) = self
|
||||
.cx
|
||||
.add_window(|cx| Workspace::new(project.clone(), |_, _| unimplemented!(), cx));
|
||||
|
||||
(project, workspace)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue