Skip to content
Zed

build for Zed

io.github.dave-london/build

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

client:Zed transport:stdio runtime:npm

Install build in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "build": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/build"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

build in other clients