Add status bar icon reflecting copilot state to Zed status bar
This commit is contained in:
parent
8fac32e1eb
commit
cc7c5b416c
20 changed files with 606 additions and 201 deletions
3
crates/copilot/src/editor.rs
Normal file
3
crates/copilot/src/editor.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
use gpui::MutableAppContext;
|
||||
|
||||
fn init(cx: &mut MutableAppContext) {}
|
Loading…
Add table
Add a link
Reference in a new issue