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:
Mikayla Maki 2025-03-24 20:45:06 -07:00 committed by GitHub
parent ffa736e566
commit 42f01cc903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 43 deletions

View file

@ -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",