From ed53d053fb5d496b82ce19b9ae030f01241d1008 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Sep 2025 01:38:00 +0000 Subject: [PATCH] Initial analysis: Understanding repository structure and current state Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com> --- .vscode/settings.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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