Before starting this workshop, make sure you have the following set up.
- GitHub Account with an active Copilot subscription (Pro, Pro+, Business, or Enterprise)
- Git installed and configured
- IDE — VS Code, JetBrains, or your preferred editor with Copilot enabled
- Fork or clone this repository
- Open the project in your IDE
- Ensure GitHub Copilot is active and working
Tip
Test that Copilot is working by opening a new file and typing a comment — you should see inline suggestions appear.
Run the following to confirm everything is ready:
git --versionYou should see your Git version printed.
Once everything is set up, proceed to the next exercise.