Skip to content

Commit 988528c

Browse files
committed
Add initial configuration files for VSCode
1 parent 3096943 commit 988528c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.vscode/mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"servers": {
3+
"github": {
4+
"url": "https://api.githubcopilot.com/mcp/"
5+
}
6+
}
7+
}

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"github.copilot.chat.codeGeneration.instructions": [
3+
{
4+
"text": "This is the @bacons/xcode repository (EvanBacon/xcode on GitHub). It's a TypeScript library for parsing and manipulating Xcode project files (.pbxproj). Key information:\n\n- Repository: EvanBacon/xcode\n- Package: @bacons/xcode\n- Purpose: pbxproj parser and Xcode project manipulation\n- Main technologies: TypeScript, Chevrotain parser, Jest testing\n- Key features: Model-based API for Xcode projects, Swift Package Manager support, FileSystemSynchronized objects"
5+
}
6+
],
7+
"files.associations": {
8+
"*.pbxproj": "plist"
9+
},
10+
"typescript.preferences.includePackageJsonAutoImports": "on"
11+
}

0 commit comments

Comments
 (0)