We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 409dea2 + 9c6a421 commit f74cf61Copy full SHA for f74cf61
1 file changed
jekyll/editors.markdown
@@ -325,6 +325,22 @@ Zed has support for the Ruby LSP through the [Ruby extension](https://github.com
325
326
Documentation can be found in [Setting up Ruby LSP](https://zed.dev/docs/languages/ruby#setting-up-ruby-lsp).
327
328
+To configure an add-on, add the `addonSettings` configuration within `initialization_options`, for example:
329
+
330
+```json
331
+"lsp": {
332
+ "ruby-lsp": {
333
+ "initialization_options": {
334
+ "addonSettings": {
335
+ "Ruby LSP Rails": {
336
+ "enablePendingMigrationsPrompt": false
337
+ }
338
339
340
341
+}
342
+```
343
344
## RubyMine
345
346
You can use the Ruby LSP with RubyMine (or IntelliJ IDEA Ultimate) through the following plugin.
0 commit comments