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

@ -12,9 +12,11 @@ doctest = false
assets = { path = "../assets"}
collections = { path = "../collections"}
editor = { path = "../editor" }
fs = { path = "../fs" }
gpui = { path = "../gpui" }
language = { path = "../language" }
search = { path = "../search" }
settings = { path = "../settings" }
theme = { path = "../theme" }
util = { path = "../util" }
workspace = { path = "../workspace" }
@ -23,6 +25,7 @@ anyhow.workspace = true
chrono = "0.4"
futures.workspace = true
isahc.workspace = true
schemars.workspace = true
serde.workspace = true
serde_json.workspace = true