Skip to content

Commit 3395fb0

Browse files
committed
Revert "fix(@schematics/angular): add MCP configuration file to new workspaces"
This reverts commit 7a52e3c. This is a feature and modifies `ng new` output which should be limited to minor or major releases, not patch releases.
1 parent 07cff4e commit 3395fb0

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

packages/schematics/angular/workspace/files/__dot__gitignore.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ yarn-error.log
2626
!.vscode/tasks.json
2727
!.vscode/launch.json
2828
!.vscode/extensions.json
29-
!.vscode/mcp.json
3029
.history/*
3130

3231
# Miscellaneous

packages/schematics/angular/workspace/files/__dot__vscode/mcp.json.template

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/schematics/angular/workspace/index_spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ describe('Workspace Schematic', () => {
2929
jasmine.arrayContaining([
3030
'/.vscode/extensions.json',
3131
'/.vscode/launch.json',
32-
'/.vscode/mcp.json',
3332
'/.vscode/tasks.json',
3433
'/.editorconfig',
3534
'/angular.json',
@@ -71,7 +70,6 @@ describe('Workspace Schematic', () => {
7170
jasmine.arrayContaining([
7271
'/.vscode/extensions.json',
7372
'/.vscode/launch.json',
74-
'/.vscode/mcp.json',
7573
'/.vscode/tasks.json',
7674
'/angular.json',
7775
'/.gitignore',

0 commit comments

Comments
 (0)