play release blocker lint for VS Code
io.github.jmshinhwa/play-release-blocker-lint
Finds the lines that make Google Play reject your release - target API below 36, Billing Library bel
client:VS Code
transport:stdio
runtime:npm
Install play release blocker lint in VS Code
.vscode/mcp.json
{
"servers": {
"play-release-blocker-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/play-release-blocker-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs