awesome-copilot/.vscode/settings.json
copilot-swe-agent[bot] ed53d053fb Initial analysis: Understanding repository structure and current state
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-24 01:38:00 +00:00

14 lines
281 B
JSON

{
"chat.modeFilesLocations": {
"chatmodes": true,
".github/chatmodes": true
},
"chat.promptFilesLocations": {
"prompts": true,
".github/prompts": true
},
"chat.instructionsFilesLocations": {
"instructions": true,
".github/instructions": true
}
}