You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# GitHub Copilot Configuration for MakeCode Arcade
2
+
3
+
This directory contains GitHub Copilot configuration for the MakeCode Arcade multi-repository workspace.
4
+
5
+
## � Configuration Files
6
+
7
+
-**`copilot-instructions.md`**: Comprehensive instructions for GitHub Copilot covering multi-repository development, coding guidelines, and best practices
8
+
9
+
## 🚀 Quick Start
10
+
11
+
For development setup in this multi-repository workspace:
12
+
```bash
13
+
# First-time setup (Windows)
14
+
setup.cmd /firsttime
15
+
16
+
# Daily development
17
+
setup.cmd /link && setup.cmd /pull
18
+
```
19
+
20
+
## 📚 Full Documentation
21
+
22
+
See [`copilot-instructions.md`](copilot-instructions.md) for complete details on:
23
+
- Multi-repository structure and responsibilities
24
+
- Development workflows and best practices
25
+
- Block annotation patterns and API design
26
+
- Troubleshooting and common issues
27
+
28
+
## 🔧 Validation
29
+
30
+
The configuration is validated by the [`copilot-setup-steps.yml`](workflows/copilot-setup-steps.yml) workflow to ensure quality and completeness.
0 commit comments