Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-lsp-genericNew to Visual Studio Code? Get it now.
vscode-lsp-generic

vscode-lsp-generic

maximsmol

|
15 installs
| (0) | Free
Generic LSP (Language Server Protocol) client
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft