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
|
@ -203,7 +203,7 @@ pub enum InlineCompletionProvider {
|
|||
#[default]
|
||||
Copilot,
|
||||
Supermaven,
|
||||
Zeta,
|
||||
Zed,
|
||||
}
|
||||
|
||||
/// The settings for inline completions, such as [GitHub Copilot](https://github.com/features/copilot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue