Set edit predictions to default to the Zed provider (#27394)
Release Notes: - Changed the default edit prediction provider from Copilot to Zed
This commit is contained in:
parent
ffa736e566
commit
42f01cc903
4 changed files with 15 additions and 43 deletions
|
@ -25,7 +25,7 @@
|
|||
// Features that can be globally enabled or disabled
|
||||
"features": {
|
||||
// Which edit prediction provider to use.
|
||||
"edit_prediction_provider": "copilot"
|
||||
"edit_prediction_provider": "zed"
|
||||
},
|
||||
// The name of a font to use for rendering text in the editor
|
||||
"buffer_font_family": "Zed Plex Mono",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue