Chore: Updated .vscode/* files and other boilerplate stuff

This commit is contained in:
2026-02-18 07:36:26 +00:00
parent 608d1e6f13
commit ba97abf0c5
11 changed files with 3533 additions and 129 deletions

13
.vscode/mcp.json vendored Normal file
View File

@ -0,0 +1,13 @@
{
// For more information, visit: https://angular.dev/ai/mcp
"servers": {
"angular-cli": {
"command": "npx",
"args": [
"-y",
"@angular/cli",
"mcp"
]
}
}
}