Initial analysis: Understanding repository structure and current state
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
This commit is contained in:
parent
0ed43b8923
commit
ed53d053fb
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
"chat.modeFilesLocations": {
|
"chat.modeFilesLocations": {
|
||||||
"chatmodes": true
|
"chatmodes": true,
|
||||||
|
".github/chatmodes": true
|
||||||
},
|
},
|
||||||
"chat.promptFilesLocations": {
|
"chat.promptFilesLocations": {
|
||||||
"prompts": true
|
"prompts": true,
|
||||||
|
".github/prompts": true
|
||||||
},
|
},
|
||||||
"chat.instructionsFilesLocations": {
|
"chat.instructionsFilesLocations": {
|
||||||
"instructions": true
|
"instructions": true,
|
||||||
|
".github/instructions": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user