Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Installing a language server without an extra plugin

Hi,

Language Server needs to be defined as a Rub Configuration (can be an external launch configuration) first. Then, when the Run Configuration is properly defined, you can get to Preferences > Language Servers and associate your Launch Configuration with the content-type of your file.
If there is no content-type definition for your file type inside the IDE, you can create one in the Content Types preference page.

HTH.

Back to the top