WIP: Some bugs switching to database provided IDs, terminal titles don't reload when restored from serialized, workspace tests are no longer passing but should be easy to fix when it isn't 11:44
This commit is contained in:
parent
a47f2ca445
commit
e1eff3f4cd
9 changed files with 37 additions and 80 deletions
|
@ -22,7 +22,6 @@ lazy_static = "1.4.0"
|
|||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
parking_lot = "0.11.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue