docs: Demonstrate disabling solargraph when enabling ruby-lsp (#12399)
This PR fixes a small issue in the Ruby docs, where we weren't properly demonstrating that `solargraph` should be disabled when enabling `ruby-lsp`. Release Notes: - N/A
This commit is contained in:
@@ -15,7 +15,7 @@ To switch to `ruby-lsp`, add the following to your `settings.json`:
|
||||
{
|
||||
"languages": {
|
||||
"Ruby": {
|
||||
"language_servers": ["ruby-lsp", "..."]
|
||||
"language_servers": ["ruby-lsp", "!solargraph", "..."]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user