rd13_tile_server/.vscode/extensions.json
Conrad Schulz dcc47babf9 chore: add GitHub Copilot AI setup
- .github/copilot-instructions.md: projektspezifische Copilot-Instruktionen
- .vscode/: empfohlene Extensions & Editor-Settings
- prompts/: Docker, Debug, Code-Review Prompt-Templates
2026-05-30 16:00:15 +00:00

6 lines
79 B
JSON

{
"recommendations": [
"github.copilot",
"github.copilot-chat"
]
}