Migrate edit_prediction_provider setting before updating its value to 'zed' during onboarding (#24781)

This fixes a bug where we'd update your settings to an invalid state if
you were using the old `inline_completion_provider` setting, then
onboarded to Zeta, then migrated your settings.

Release Notes:

- N/A

Co-authored-by: Michael Sloan <mgsloan@gmail.com>
Co-authored-by: Agus Zubiaga <hi@aguz.me>
This commit is contained in:
Max Brunsfeld 2025-02-12 18:35:25 -08:00 committed by GitHub
parent 3d68dba696
commit 71867096c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 48 additions and 20 deletions

2
Cargo.lock generated
View file

@ -17073,6 +17073,8 @@ dependencies = [
"language_models",
"log",
"menu",
"migrator",
"paths",
"postage",
"project",
"regex",