ingress nginx retirement lint for VS Code
io.github.jmshinhwa/ingress-nginx-retirement-lint
Names the Gateway API field that replaces each retired ingress-nginx annotation — or tells you there
client:VS Code
transport:stdio
runtime:npm
Install ingress nginx retirement lint in VS Code
.vscode/mcp.json
{
"servers": {
"ingress-nginx-retirement-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/ingress-nginx-retirement-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs