From ea6beac1002f905f84874187d62012794902b0d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 21 Sep 2025 22:35:12 +0000 Subject: [PATCH] Initial analysis and planning for effective-state collections implementation Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com> --- .vscode/settings.json | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6776bb9..fc19b34 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,37 +1,11 @@ { "chat.modeFilesLocations": { - "chatmodes": true + ".awesome-copilot/chatmodes": true }, "chat.promptFilesLocations": { - "prompts": true + ".awesome-copilot/prompts": true }, "chat.instructionsFilesLocations": { - "instructions": true - }, - "files.eol": "\n", - "files.insertFinalNewline": true, - "files.trimTrailingWhitespace": true, - "[markdown]": { - "files.trimTrailingWhitespace": false, - "editor.formatOnSave": true - }, - "editor.rulers": [ - 120 - ], - "files.associations": { - "*.chatmode.md": "markdown", - "*.instructions.md": "markdown", - "*.prompt.md": "markdown" - }, - "github.copilot.chat.agent.thinkingTool": true, - "github.copilot.chat.alternateGptPrompt.enabled": true, - "github.copilot.chat.editor.temporalContext.enabled": true, - "github.copilot.chat.edits.temporalContext.enabled": true, - "github.copilot.chat.generateTests.codeLens": true, - "github.copilot.chat.languageContext.fix.typescript.enabled": true, - "github.copilot.chat.languageContext.inline.typescript.enabled": true, - "github.copilot.chat.languageContext.typescript.enabled": true, - "github.copilot.chat.newWorkspace.useContext7": true, - "github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled": true, - "github.copilot.chat.notebook.followCellExecution.enabled": true, -} + ".awesome-copilot/instructions": true + } +} \ No newline at end of file