Commit 357e1e54 authored by Jan Reimes's avatar Jan Reimes
Browse files

feat(settings): enhance VSCode settings for chat tools and recommendations

* Added prompt file recommendations for various speckit tools.
* Configured auto-approval for terminal scripts in both bash and powershell.
parent 6f74ac82
Loading
Loading
Loading
Loading
+14 −3
Original line number Diff line number Diff line
@@ -4,5 +4,16 @@
        {
            "file": "${workspaceFolder}/.vscode/commit-instructions.md"
        }
    ]
    ],
    "chat.promptFilesRecommendations": {
        "speckit.constitution": true,
        "speckit.specify": true,
        "speckit.plan": true,
        "speckit.tasks": true,
        "speckit.implement": true
    },
    "chat.tools.terminal.autoApprove": {
        ".specify/scripts/bash/": true,
        ".specify/scripts/powershell/": true
    }
}