Skip to content

Commit 653d566

Browse files
authored
feat(templates): add mcp.json to bit Boilerplate solution files #11125 (#11126)
1 parent 17529d7 commit 653d566

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Templates/Boilerplate/Bit.Boilerplate/Boilerplate.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".Solution
2121
src\Directory.Build.props = src\Directory.Build.props
2222
src\Directory.Packages.props = src\Directory.Packages.props
2323
global.json = global.json
24+
.vscode\mcp.json=.vscode\mcp.json
2425
README.md = README.md
2526
EndProjectSection
2627
EndProject

src/Templates/Boilerplate/Bit.Boilerplate/Boilerplate.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<File Path=".vsconfig" />
1111
<File Path="Clean.bat" />
1212
<File Path="global.json" />
13+
<File Path=".vscode/mcp.json" />
1314
<File Path="README.md" />
1415
<File Path="settings.VisualStudio.json" />
1516
<File Path="Bit.ResxTranslator.json" />

0 commit comments

Comments
 (0)