Use consistent casing for provider name in telemetry (#21991)
Release Notes: - N/A
This commit is contained in:
parent
c57cc35b03
commit
421974f923
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ impl ZetaInlineCompletionProvider {
|
||||||
|
|
||||||
impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider {
|
impl inline_completion::InlineCompletionProvider for ZetaInlineCompletionProvider {
|
||||||
fn name() -> &'static str {
|
fn name() -> &'static str {
|
||||||
"Zeta"
|
"zeta"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_enabled(
|
fn is_enabled(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue