Adding the files in the repo to vscode when opened locally

This commit is contained in:
Aaron Powell 2025-07-03 10:26:29 +10:00
parent 24e1b59cdb
commit d1256681e7

11
.vscode/settings.json vendored Normal file
View File

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