Feature gate the LSP button (#33463)

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

The tool still looks like designed by professional developers, and still
may change its UX based on the internal feedback.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-06-26 18:41:42 +03:00 committed by GitHub
parent 8a1e795746
commit a0bd25f218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 2 deletions

1
Cargo.lock generated
View file

@ -9015,6 +9015,7 @@ dependencies = [
"collections",
"copilot",
"editor",
"feature_flags",
"futures 0.3.31",
"gpui",
"itertools 0.14.0",