zed: Don't feature-gate zed: open account settings action (#29542)

This PR removes the feature-gating of the `zed: open account settings`
action, as everyone has access to the account page now.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-04-28 11:40:24 -04:00 committed by GitHub
parent 4dc0551105
commit e3c987e2fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 27 deletions

View file

@ -39,7 +39,6 @@ client.workspace = true
collab_ui.workspace = true
collections.workspace = true
command_palette.workspace = true
command_palette_hooks.workspace = true
component_preview.workspace = true
copilot.workspace = true
dap_adapters.workspace = true