Rename copilot_button crate to copilot_ui

This commit is contained in:
Piotr Osiewicz 2024-01-05 16:36:26 +01:00
parent 0670a6f838
commit 0602953af4
8 changed files with 13 additions and 10 deletions

View file

@ -123,7 +123,7 @@ pub fn initialize_workspace(app_state: Arc<AppState>, cx: &mut AppContext) {
// workspace.set_titlebar_item(collab_titlebar_item.into_any(), cx);
let copilot =
cx.new_view(|cx| copilot_button::CopilotButton::new(app_state.fs.clone(), cx));
cx.new_view(|cx| copilot_ui::CopilotButton::new(app_state.fs.clone(), cx));
let diagnostic_summary =
cx.new_view(|cx| diagnostics::items::DiagnosticIndicator::new(workspace, cx));
let activity_indicator =