Allow opening of remote projects via the contacts panel
This commit is contained in:
parent
5d2c4807db
commit
17094ec542
5 changed files with 156 additions and 86 deletions
|
@ -1165,7 +1165,6 @@ mod tests {
|
|||
|
||||
#[gpui::test]
|
||||
async fn test_unshare_project(mut cx_a: TestAppContext, mut cx_b: TestAppContext) {
|
||||
cx_b.update(zed::contacts_panel::init);
|
||||
let lang_registry = Arc::new(LanguageRegistry::new());
|
||||
let fs = Arc::new(FakeFs::new());
|
||||
cx_a.foreground().forbid_parking();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue