Skip to content

Commit

Permalink
Rename edit prediction provider name and display name (#23249)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
JosephTLyons authored Jan 16, 2025
1 parent 8e1ad7d commit 415ecaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/zeta/src/zeta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 415ecaf

Please sign in to comment.