Welcome to the GitHub Copilot Hands-on Labs repository. This repository provides a collaborative environment for experimenting with GitHub Copilot across various languages and frameworks through hands-on demos.
This repository is designed to:
- Provide a practical learning environment to explore GitHub Copilot.
- Showcase demos that span different programming languages, deployment scenarios, and integrations.
- Serve as a community-driven resource where developers can contribute their own demos and enhancements.
- x
GitHub Copilot access
Users should hve access to copilot licenses. If you still do not have an active Copilot license, request your copilot admin to assign you a copilot seat.
Install the Copilot Extension for you IDE:
- Visual Studio Code Copilot Extension
- Visual Studio 2022 Copilot Extension
- Visual Studio 2022 Copilot Chat Extension
- JetBrains Copilot Extension
VisualStudio Code
https://code.visualstudio.com/
Install Docker (Optional)
https://docs.docker.com/engine/install/
For Nodejs
- Install Node and npm
- Install mocha:
Run:
npm install --global mocha
npm install axiosFor .NET
For Java
For Python
For C++
(Add steps to get up and running quickly)
- git clone [repository clone url]
- cd [repository name]
- ...
(Any additional resources or related projects)
- Link to supporting information
- Link to similar sample
- ...
Happy coding and exploring GitHub Copilot!