Skip to content

πŸ€– GitHub Copilot PathΒΆ

L100 L200 L300 L400

GitHub Copilot is Microsoft's AI-powered developer tool, embedded directly in your IDE. It goes far beyond code completion β€” it's a full AI development platform.


What You'll BuildΒΆ

By the end of this path you will have:

  • βœ… Set up GitHub Copilot in VS Code and used inline completions + chat
  • βœ… Used GitHub Models to interact with frontier LLMs for free
  • βœ… Created a custom VS Code Chat Participant (Copilot extension)
  • βœ… Published a GitHub Copilot Extension to the Marketplace

Path Labs (5 labs, ~220 min total)ΒΆ

Lab Title Level Cost
Lab 010 GitHub Copilot β€” First Steps L100 βœ… GitHub Free
Lab 013 GitHub Models β€” Free LLM Inference L100 βœ… GitHub Free
Lab 016 GitHub Copilot Agent Mode L100 βœ… GitHub Free
Lab 045 GitHub Copilot Workspace L200 βœ… GitHub Free
Lab 041 Custom GitHub Copilot Extension L400 ⚠️ Azure

GitHub Copilot Free TierΒΆ

You get access to GitHub Copilot free with a GitHub account:

Feature Free Tier
Code completions 2,000 / month
Copilot Chat messages 50 / month
Models available GPT-4o, Claude 3.5 Sonnet
GitHub Models API βœ… Included

β†’ Sign up for GitHub Copilot Free


External ResourcesΒΆ