zed/crates/settings_ui
Marshall Bowers bf4e559347
feature_flags: Only respect feature flag overrides for Zed staff (#57860)
This PR is a follow-up to #54206 to make it so we only respect the
feature flag overrides for Zed staff (or when running a development
build).

Previously just the UI portion of the feature flags was disabled for
non-staff, but manipulating the settings file by hand would still allow
setting overrides that would be respected.

The only other setting on the "Developer" page of the settings UI was
the performance profiler. This was previously only available for staff,
as the entire "Developer" page was limited to staff, but it seems
reasonable to allow non-staff to see this.

Release Notes:

- N/A
2026-05-27 18:16:04 +00:00
..
src feature_flags: Only respect feature flag overrides for Zed staff (#57860) 2026-05-27 18:16:04 +00:00
Cargo.toml Add settings UI page for skills (#57101) 2026-05-19 21:12:44 +00:00
LICENSE-GPL Start up settings UI 2 (#38673) 2025-09-24 15:45:14 +00:00