Use consistent casing for provider name in telemetry (#21991)
Release Notes: - N/A
This commit is contained in:
@@ -927,7 +927,7 @@ impl ZetaInlineCompletionProvider {
|
||||
|
||||
impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider {
|
||||
fn name() -> &'static str {
|
||||
"Zeta"
|
||||
"zeta"
|
||||
}
|
||||
|
||||
fn is_enabled(
|
||||
|
||||
Reference in New Issue
Block a user