Allow moving the assistant panel to other docks
This commit is contained in:
parent
55c8c6d3fb
commit
d0aff65b1c
7 changed files with 135 additions and 24 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue