Skip to content

llllvvuu/vscode-glspc

Repository files navigation

Generic LSP Client for VSCode

For the rare instances where you have an LSP Server but not an LSP Client for VSCode.

Marketplace Link

Generic LSP Client

"Failed to start server: spawn {command} ENOENT"

If there is a $PATH issue, you have a few options:

  1. Run code . from a terminal in which the command is available in $PATH.
  2. Set PATH in glspc.environmentVariables under "Extension Settings".

Multiple LSP Servers

This extension is currently only able to register one language server. If necessary, you can to build multiple copies of this extension:

vi package.json  # change the "name", "displayName", and "description" fields
                 # also find/replace "Generic LSP Client"
npm install
npm run package

Then you can load it into VSCode under Extensions > ... > Install from VSIX...

See Also

Credits

About

LSP client for any LSP server (provider for auto-complete, lint, hover, etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •