Skip to content

Disable fuzzy-ruby-server by default in Ruby language servers#55215

Merged
maxdeviant merged 3 commits into
zed-industries:mainfrom
candidosales:add-fuzzy-ruby-server-disabled
May 1, 2026
Merged

Disable fuzzy-ruby-server by default in Ruby language servers#55215
maxdeviant merged 3 commits into
zed-industries:mainfrom
candidosales:add-fuzzy-ruby-server-disabled

Conversation

@candidosales
Copy link
Copy Markdown
Contributor

@candidosales candidosales commented Apr 29, 2026

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: zed-extensions/ruby#283

As requested by @vitallium in the review comment: https://github.com/zed-extensions/ruby/pull/283\#issuecomment-4294888519

Change

- "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.

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Apr 29, 2026
@zed-community-bot zed-community-bot Bot added the first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions label Apr 29, 2026
Copy link
Copy Markdown
Member

@maxdeviant maxdeviant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@maxdeviant maxdeviant self-assigned this May 1, 2026
@maxdeviant maxdeviant enabled auto-merge May 1, 2026 09:04
@maxdeviant maxdeviant added this pull request to the merge queue May 1, 2026
Merged via the queue into zed-industries:main with commit 0152d12 May 1, 2026
31 checks passed
ebaah46 pushed a commit to ebaah46/zed that referenced this pull request May 6, 2026
…dustries#55215)

## 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: zed-extensions/ruby#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement first contribution the author's first pull request to Zed. NOTE: the label application is automated via github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants