pg migration lock lint for VS Code
io.github.jmshinhwa/pg-migration-lock-lint
Names every statement in a Rails, Django or raw SQL migration that takes a table-blocking Postgres l
client:VS Code
transport:stdio
runtime:npm
Install pg migration lock lint in VS Code
.vscode/mcp.json
{
"servers": {
"pg-migration-lock-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/pg-migration-lock-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs