Port changes to zed2
This commit is contained in:
parent
24dd1c5812
commit
09346fb9f1
8 changed files with 1059 additions and 501 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::{search::PathMatcher, Event, *};
|
||||
use crate::{Event, *};
|
||||
use fs::FakeFs;
|
||||
use futures::{future, StreamExt};
|
||||
use gpui::AppContext;
|
||||
|
@ -13,7 +13,7 @@ use pretty_assertions::assert_eq;
|
|||
use serde_json::json;
|
||||
use std::{os, task::Poll};
|
||||
use unindent::Unindent as _;
|
||||
use util::{assert_set_eq, test::temp_tree};
|
||||
use util::{assert_set_eq, paths::PathMatcher, test::temp_tree};
|
||||
|
||||
#[gpui::test]
|
||||
async fn test_block_via_channel(cx: &mut gpui::TestAppContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue