diff --git a/.vscode/settings.json b/.vscode/settings.json index dbb05b4..c01085e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 } -} \ No newline at end of file +}