Files
prompts/.github/instructions/vscode-configuration.instructions.md
T
2026-08-07 19:13:41 -05:00

20 lines
829 B
Markdown

---
name: VS Code Configuration
description: Route .vscode edits to the Personal MCP VS Code configuration skill resource.
applyTo: '.vscode/**'
---
When editing files under `.vscode/`, use `skill://vscode-configuration/SKILL.md` as the primary guidance source.
Execution pattern:
1. Load `skill://vscode-configuration/SKILL.md` first.
2. Inspect `skill://vscode-configuration/_manifest` and select only the matching reference page for the current file type:
- `launch.json` -> debug launch configurations.
- `tasks.json` -> tasks.json project tasks.
- `mcp.json` -> mcp.json MCP server configuration.
3. Prefer the smallest safe config change and keep settings explicit.
4. Include source-document links for any feature-level recommendation.
If task intent is ambiguous, ask one clarifying question before editing.