diff --git a/.vscode/settings.json b/.vscode/settings.json index c01085e..95e8122 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,14 @@ { "chat.modeFilesLocations": { - "chatmodes": true + "chatmodes": true, + ".github/chatmodes": true }, "chat.promptFilesLocations": { - "prompts": true + "prompts": true, + ".github/prompts": true }, "chat.instructionsFilesLocations": { - "instructions": true + "instructions": true, + ".github/instructions": true } -} +} \ No newline at end of file