awesome-copilot/.vscode/settings.json
copilot-swe-agent[bot] 6d98a21966 Initial analysis and plan for implementing enhanced toggle and apply functionality
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 20:29:38 +00:00

11 lines
238 B
JSON

{
"chat.modeFilesLocations": {
".awesome-copilot/chatmodes": true
},
"chat.promptFilesLocations": {
".awesome-copilot/prompts": true
},
"chat.instructionsFilesLocations": {
".awesome-copilot/instructions": true
}
}