docs: Add tweaks to the REPL page (#18000)
Just capitalizing some things, making sure URLs are clickable links, and using the note blockquote callout when appropriate. Release Notes: - N/A
This commit is contained in:
@@ -140,19 +140,19 @@ Ruby LSP uses pull-based diagnostics which Zed doesn't support yet. We can tell
|
||||
{
|
||||
"languages": {
|
||||
"Ruby": {
|
||||
"language_servers": ["ruby-lsp", "!solargraph", "..."],
|
||||
},
|
||||
"language_servers": ["ruby-lsp", "!solargraph", "..."]
|
||||
}
|
||||
},
|
||||
"lsp": {
|
||||
"ruby-lsp": {
|
||||
"initialization_options": {
|
||||
"enabledFeatures": {
|
||||
// This disables diagnostics
|
||||
"diagnostics": false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"diagnostics": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user