From 3f6f0291f0147ec3c309628271048bc201732e7f Mon Sep 17 00:00:00 2001 From: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com> Date: Tue, 23 Sep 2025 20:05:54 -0500 Subject: [PATCH] fix: change path for instructions for this repo only --- .vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +}