Rename edit prediction provider name and display name (#23249)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-01-16 13:27:31 -05:00 committed by GitHub
parent 8e1ad7d475
commit 415ecaff4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -993,11 +993,11 @@ impl ZetaInlineCompletionProvider {
impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider { impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider {
fn name() -> &'static str { fn name() -> &'static str {
"zeta" "zed-predict"
} }
fn display_name() -> &'static str { fn display_name() -> &'static str {
"Zeta" "Zed Predict"
} }
fn show_completions_in_menu() -> bool { fn show_completions_in_menu() -> bool {