From 415ecaff4a67407965c0e0fcd9c9107bb33d56c7 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 16 Jan 2025 13:27:31 -0500 Subject: [PATCH] Rename edit prediction provider name and display name (#23249) Release Notes: - N/A --- crates/zeta/src/zeta.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/zeta/src/zeta.rs b/crates/zeta/src/zeta.rs index e7f61a9309d33..2ee589775ffd2 100644 --- a/crates/zeta/src/zeta.rs +++ b/crates/zeta/src/zeta.rs @@ -993,11 +993,11 @@ impl ZetaInlineCompletionProvider { impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider { fn name() -> &'static str { - "zeta" + "zed-predict" } fn display_name() -> &'static str { - "Zeta" + "Zed Predict" } fn show_completions_in_menu() -> bool {