Allow moving the assistant panel to other docks

This commit is contained in:
Antonio Scandurra 2023-06-02 10:55:19 +02:00
parent 55c8c6d3fb
commit d0aff65b1c
7 changed files with 135 additions and 24 deletions

View file

@ -37,8 +37,6 @@ lazy_static.workspace = true
serde.workspace = true
serde_derive.workspace = true
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }