Generic LSP Client for VSCodeA VSCode extension providing barebones language services for any language that has a LSP server available. Marketplace LinkSetupOnce the extension is installed, open the settings pane, search for
Other options to tweak:
TroubleshootingAll output from the server process goes to the output tab called "Generic LSP Client". You can toggle tracing of the LSP protocol messages in the "Extension Settings" page, all of which gets logged in the above tab, too. "Failed to start server: spawn {command} ENOENT"If there is a $PATH issue, you have a few options:
Multiple LSP ServersThis extension is currently only able to register one language server. If necessary, you can to build multiple copies of this extension:
Then you can load it into VSCode under Extensions > ... > Install from VSIX... See Also
Credits
|