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:
parent
aae26ee33d
commit
f68f4ab982
2 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue