Subscribe to worktree messages at the entity level

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo
2021-08-18 19:06:46 -06:00
co-authored by Max Brunsfeld
parent ef421d735d
commit 37f24d10ec
7 changed files with 365 additions and 175 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ use sqlx::{
types::time::OffsetDateTime,
Executor as _, Postgres,
};
use std::{path::Path, sync::Arc, time::SystemTime};
use std::{path::Path, sync::Arc};
use zed::{
editor::Editor,
fs::{FakeFs, Fs as _},