settings: Rename 'zeta' to 'zed' (#23174)
Old: ```settings.json { "features": { "inline_completion_provider": "zeta" } } ``` New & cool: ```settings.json { "features": { "inline_completion_provider": "zed" } } ``` Release Notes: - N/A
This commit is contained in:
parent
37c2ebed7e
commit
ae746937af
3 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@ impl Render for InlineCompletionButton {
|
|||
);
|
||||
}
|
||||
|
||||
InlineCompletionProvider::Zeta => {
|
||||
InlineCompletionProvider::Zed => {
|
||||
if !cx.has_flag::<ZetaFeatureFlag>() {
|
||||
return div();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue