- Add .github/copilot-instructions.md with project-specific context - Add .github/prompts/ with 9 reusable agent prompt files - Add .vscode/extensions.json recommending copilot extensions - Update .vscode/settings.json with rulers and YAML schema - Remove tracked .DS_Store
6 lines
No EOL
90 B
JSON
6 lines
No EOL
90 B
JSON
{
|
|
"recommendations": [
|
|
"github.copilot",
|
|
"github.copilot-chat"
|
|
]
|
|
} |