Merge branch 'main' into copilot/fix-13

This commit is contained in:
Steven Mosley 2025-09-23 20:31:49 -05:00 committed by GitHub
commit 3dbf229559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
{ {
"chat.modeFilesLocations": { "chat.modeFilesLocations": {
".github/chatmodes": true "chatmodes": true
}, },
"chat.promptFilesLocations": { "chat.promptFilesLocations": {
".github/prompts": true "prompts": true
}, },
"chat.instructionsFilesLocations": { "chat.instructionsFilesLocations": {
".github/instructions": true "instructions": true
} }
} }