mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Added notify call
This commit is contained in:
parent
bd35468d18
commit
40290a9a42
3 changed files with 7 additions and 0 deletions
BIN
crates/db/dev-db.db
Normal file
BIN
crates/db/dev-db.db
Normal file
Binary file not shown.
6
crates/db/src/test/generate-db.rs
Normal file
6
crates/db/src/test/generate-db.rs
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
// What do I want for testing:
|
||||||
|
|
||||||
|
// - A command to run, that exercises the existing APIs to generate a database, which I can then
|
||||||
|
// use a sqlite browser to develop queries against.
|
||||||
|
// - A way to generate arbitrary database states which are then hooked into a dev build of rust for testing
|
||||||
|
// -
|
|
@ -375,6 +375,7 @@ impl ProjectPanel {
|
||||||
}
|
}
|
||||||
self.update_visible_entries(Some((worktree_id, entry_id)), cx);
|
self.update_visible_entries(Some((worktree_id, entry_id)), cx);
|
||||||
cx.focus_self();
|
cx.focus_self();
|
||||||
|
cx.notify();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue