Skip to content
VS Code

angular removed api lint for VS Code

io.github.jmshinhwa/angular-removed-api-lint

32 checks for Angular APIs that were removed or deprecated, plus the support window on your version

client:VS Code transport:stdio runtime:npm

Install angular removed api lint in VS Code

.vscode/mcp.json

{
  "servers": {
    "angular-removed-api-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/angular-removed-api-lint"
      ]
    }
  }
}

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

angular removed api lint in other clients