Thanks to visit codestin.com
Credit goes to github.com

Skip to content

maximsmol/vscode_lsp_generic

Repository files navigation

VSCode Generic LSP

Extension for registering arbitrary LSP servers

Download on the VSCode marketplace

Example

  1. Build & install the extension
  2. Add the following to VSCode User settings:
{
  "lsp_generic_client": {
    "servers": {
      "bash_test": {
        "name": "Bash (Test)",
        "path": "pnpm",
        "args": ["dlx", "bash-language-server", "start"],
        "documentSelector": ["shellscript"]
      }
    }
  }
}

This registers the bash-language-server for Bash documents, running it using pnpm dlx

About

VSCode extension for registering arbitrary LSP servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published