Skip to content
VS Code

play declaration gap lint for VS Code

io.github.jmshinhwa/play-declaration-gap-lint

15 checks that name every Play Console declaration your manifest opens

client:VS Code transport:stdio runtime:npm

Install play declaration gap lint in VS Code

.vscode/mcp.json

{
  "servers": {
    "play-declaration-gap-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/play-declaration-gap-lint"
      ]
    }
  }
}

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

play declaration gap lint in other clients