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

@ -1,4 +1,5 @@
pub mod assistant;
mod assistant_settings;
pub use assistant::AssistantPanel;
use gpui::{actions, AppContext};