ruby: Make ruby-lsp the default LSP for Ruby

This commit is contained in:
Vitaly Slobodin 2024-12-21 00:10:30 +01:00
parent 7c03e11cfc
commit 1798ca0e9c
No known key found for this signature in database
GPG key ID: 28B37FE223E24CB7

View file

@ -1047,7 +1047,7 @@
}
},
"Ruby": {
"language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "..."]
"language_servers": ["ruby-lsp", "!solargraph", "!rubocop", "..."]
},
"SCSS": {
"prettier": {