Rename edit prediction provider name and display name (#23249)
Release Notes: - N/A
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user