Skip to content

renpy release gate for Zed

io.github.jmshinhwa/renpy-release-gate

Find the .rpy lines that compile clean and only break inside a player's save

client:Zed transport:stdio runtime:npm

Install renpy release gate in Zed

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

{
  "context_servers": {
    "renpy-release-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/renpy-release-gate"
      ]
    }
  }
}

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

renpy release gate in other clients