mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 08:34:11 +00:00
## Summary Add `!fuzzy-ruby-server` to the Ruby language servers list in the default settings so it is opt-in rather than enabled for all users by default. This is a prerequisite for merging the Fuzzy Ruby Server support in the Ruby extension: https://github.com/zed-extensions/ruby/pull/283 As requested by @vitallium in the review comment: https://github.com/zed-extensions/ruby/pull/283\#issuecomment-4294888519 ## Change ```diff - "language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "!sorbet", "!steep", "!kanayago", "..."], + "language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "!sorbet", "!steep", "!kanayago", "!fuzzy-ruby-server", "..."], ``` Release Notes: - Disabled `fuzzy-ruby-server` by default for Ruby files. --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com> |
||
|---|---|---|
| .. | ||
| badge | ||
| fonts | ||
| icons | ||
| images | ||
| keymaps | ||
| prompts | ||
| settings | ||
| sounds | ||
| themes | ||