awesome-copilot/.vscode/settings.json

11 lines
211 B
JSON

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