agent: Add Burn Mode setting migrator (#31718)

Follow-up https://github.com/zed-industries/zed/pull/31470.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-05-30 08:10:12 -03:00 committed by GitHub
parent 5462e199fb
commit 9cf6be2057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 126 additions and 0 deletions

View file

@ -69,3 +69,9 @@ pub(crate) mod m_2025_05_08 {
pub(crate) use settings::SETTINGS_PATTERNS;
}
pub(crate) mod m_2025_05_29 {
mod settings;
pub(crate) use settings::SETTINGS_PATTERNS;
}