fix: change path for instructions for this repo only

This commit is contained in:
AstroSteveo 2025-09-23 20:05:54 -05:00
parent dc00c3633d
commit 3f6f0291f0

View File

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