Convert copilot popup to modal

This commit is contained in:
Piotr Osiewicz 2024-01-05 16:27:52 +01:00
parent 3e8e1c6404
commit 0ce94fc791
3 changed files with 39 additions and 87 deletions

View file

@ -158,7 +158,6 @@ fn main() {
node_runtime.clone(),
cx,
);
copilot_button::init(cx);
assistant::init(cx);
cx.spawn(|_| watch_languages(fs.clone(), languages.clone()))