Remove internal actions from copilot_button

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2023-04-28 16:36:57 +02:00
parent a91903c2ab
commit 1f35e1dbf9
2 changed files with 94 additions and 143 deletions

View file

@ -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);