Which @angular/* package(s) are relevant/related to the feature request?
No response
Description
Creating a new Angular 21 application automatically creates the .vscode folder with:
.vscode
extensions.json
launch.json
tasks.json
Why not also include mcp.json? See https://angular.dev/ai/mcp#vs-code
Proposed solution
add .vscode/mcp.json on ng new my-app
Which @angular/* package(s) are relevant/related to the feature request?
No response
Description
Creating a new Angular 21 application automatically creates the
.vscodefolder with:Why not also include
mcp.json? See https://angular.dev/ai/mcp#vs-codeProposed solution
add
.vscode/mcp.jsononng new my-app