tsgo

stdio
javascripttypescriptjavascriptreacttypescriptreact

Used by 3 plugins

Installs tsgo, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub trevor-scheer/graphql-analyzer
Requires Language Server Binary

This LSP server requires npxto be installed on your system. Make sure it's available in your PATH before enabling.

Add to Your Project

Add to your .lsp.json or plugin.json:

{
  "lspServers": {
    "tsgo": {
      "command": "npx",
      "extensionToLanguage": {
        ".js": "javascript",
        ".ts": "typescript",
        ".cjs": "javascript",
        ".cts": "typescript",
        ".jsx": "javascriptreact",
        ".mjs": "javascript",
        ".mts": "typescript",
        ".tsx": "typescriptreact"
      },
      "args": [
        "tsgo",
        "--lsp",
        "-stdio"
      ]
    }
  }
}
Supported Languages
javascript
.js.cjs.mjs
typescript
.ts.cts.mts
javascriptreact
.jsx
typescriptreact
.tsx
Command
npx
Transport
stdio
Arguments
tsgo--lsp-stdio
Advanced Configuration
Restart on Crash:Yes
Also used by 2 other plugins