Remove internal actions from copilot_button
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a91903c2ab
commit
1f35e1dbf9
2 changed files with 94 additions and 143 deletions
|
@ -261,7 +261,6 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut gpui::AppContext) {
|
|||
},
|
||||
);
|
||||
activity_indicator::init(cx);
|
||||
copilot_button::init(cx);
|
||||
lsp_log::init(cx);
|
||||
call::init(app_state.client.clone(), app_state.user_store.clone(), cx);
|
||||
settings::KeymapFileContent::load_defaults(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue