gitlab ci break lint for VS Code
io.github.jmshinhwa/gitlab-ci-break-lint
Names the .gitlab-ci.yml lines your runner will reject after the next GitLab major upgrade
client:VS Code
transport:stdio
runtime:npm
Install gitlab ci break lint in VS Code
.vscode/mcp.json
{
"servers": {
"gitlab-ci-break-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/gitlab-ci-break-lint"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs