Skip to content
VS Code

Sabline for VS Code

io.github.gowrishankar-infra/sabline

Write Sabline, audit what it can touch, and run it under an effect budget.

client:VS Code transport:stdio runtime:pypi

Install Sabline in VS Code

.vscode/mcp.json

{
  "servers": {
    "sabline": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sabline-lang"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sabline in other clients