Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zed-industries
/
zed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
10.7k
Star
90.7k
Code
Issues
2.4k
Pull requests
763
Discussions
Actions
Projects
Security and quality
12
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix settings migrations for nested platform/channel/profile keys
- #48550
#48550
Merged
rtfeldman
merged 19 commits into
main
zed-industries/zed:main
from
pr/fix-nested-settings-migrations
zed-industries/zed:pr/fix-nested-settings-migrations
Copy head branch name to clipboard
Feb 6, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Fix settings migrations for nested platform/channel/profile keys
#48550
rtfeldman
merged 19 commits into
main
zed-industries/zed:main
from
pr/fix-nested-settings-migrations
zed-industries/zed:pr/fix-nested-settings-migrations
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2026
Fix existing settings migrations for nested platform/channel/profile keys
rtfeldman
committed
80f4bcc
View commit details
Copy full SHA for 80f4bcc
Browse repository at this point
Revert edit_predictions bail on non-object back to origin/main
rtfeldman
committed
af4f251
View commit details
Copy full SHA for af4f251
Browse repository at this point
Make release_channel::gpui optional, use strum to enumerate platform/channel override keys in migrations
Show description for 2196c64
rtfeldman
committed
2196c64
View commit details
Copy full SHA for 2196c64
Browse repository at this point
Remove unused strum::IntoStaticStr derive from ReleaseChannel
Show description for 87cdb11
rtfeldman
committed
87cdb11
View commit details
Copy full SHA for 87cdb11
Browse repository at this point
Add tests for settings migrations with root + platform + profile combined
Show description for fe03edb
rtfeldman
committed
fe03edb
View commit details
Copy full SHA for fe03edb
Browse repository at this point
Clarify SupportedPlatform::as_str() doc comment
Show description for b05d3b7
rtfeldman
committed
b05d3b7
View commit details
Copy full SHA for b05d3b7
Browse repository at this point
Restore .log_err() calls in visual_test_runner.rs
Show description for 3dec582
rtfeldman
committed
3dec582
View commit details
Copy full SHA for 3dec582
Browse repository at this point
Extract migrate_nested_settings helper to deduplicate traversal boilerplate
Show description for 008237b
rtfeldman
committed
008237b
View commit details
Copy full SHA for 008237b
Browse repository at this point
Use migrate_nested_settings in file_finder and relative_line_numbers migrations
Show description for b82efd9
rtfeldman
committed
b82efd9
View commit details
Copy full SHA for b82efd9
Browse repository at this point
Add missing newline at eof
rtfeldman
committed
13c54d0
View commit details
Copy full SHA for 13c54d0
Browse repository at this point
Merge remote-tracking branch 'origin/main' into pr/fix-nested-settings-migrations
rtfeldman
committed
ca725b7
View commit details
Copy full SHA for ca725b7
Browse repository at this point
Inline override keys instead of depending on release_channel
Show description for 3080180
rtfeldman
committed
3080180
View commit details
Copy full SHA for 3080180
Browse repository at this point
Use release_channel enums for settings override keys instead of hardcoded strings
Show description for 6d96c8f
rtfeldman
committed
6d96c8f
View commit details
Copy full SHA for 6d96c8f
Browse repository at this point
Fix missing trailing whitespace
rtfeldman
committed
8543567
View commit details
Copy full SHA for 8543567
Browse repository at this point
Update formatter migrations to handle platform/profile/language nesting
Show description for d11abee
rtfeldman
committed
d11abee
View commit details
Copy full SHA for d11abee
Browse repository at this point
Use settings_content structs as single source of truth for override keys
Show description for 5faa052
rtfeldman
committed
5faa052
View commit details
Copy full SHA for 5faa052
Browse repository at this point
Derive override keys from struct fields via macro_rules
Show description for a2d2644
rtfeldman
committed
a2d2644
View commit details
Copy full SHA for a2d2644
Browse repository at this point
Rename migrate_nested_settings -> migrate_settings, migrate_nested_language_setting -> migrate_language_setting
Show description for 9431813
rtfeldman
committed
9431813
View commit details
Copy full SHA for 9431813
Browse repository at this point
Match original nested if-let style in remove_context_server_source
rtfeldman
committed
7f612d8
View commit details
Copy full SHA for 7f612d8
Browse repository at this point
You can’t perform that action at this time.