We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d33a30 commit 53ee7f4Copy full SHA for 53ee7f4
src/solidlsp/ls_config.py
@@ -182,6 +182,10 @@ def get_ls_class(self) -> type["SolidLanguageServer"]:
182
183
return Gopls
184
case self.RUBY:
185
+ from solidlsp.language_servers.ruby_lsp import RubyLsp
186
+
187
+ return RubyLsp
188
+ case self.RUBY_SOLARGRAPH:
189
from solidlsp.language_servers.solargraph import Solargraph
190
191
return Solargraph
0 commit comments