Mastering-GitHub-Copilot-for-Paired-Programming
Mastering-GitHub-Copilot-for-Paired-Programming copied to clipboard
A multi-module course teaching everything you need to know about using GitHub Copilot as an AI Peer Programming resource.
Delete mentioning of github.dev as it's not covered in the linked course.
Run Button is missing in azure app service, not able to see run button for last 2 days (17/12/2023).
This PR adds Simplified Chinese translations for All Lesson README.md file.
In step 1, following line is written: Navigating back to your Code tab of your repository, click the **Add file** drop-down button, and then click `Create new file` Here, **Add...
This is written in the first step of **Activity: Add a .devcontainer.json file to customize your codespace** Navigating back to your Code tab of your repository, click the **Add file**...
### Introduction To GitHub Issue **"Add file"** needs to be changed in **Step 2: Commit a file** Currently it is written as _Select the Add file drop-down and click Create...
https://patch-diff.githubusercontent.com/raw/microsoft/Mastering-GitHub-Copilot-for-Paired-Programming/pull/142.patch
def hexagon_properties(side_length): # Calculate the area of the hexagon area = (3 * math.sqrt(3) * (side_length ** 2)) / 2 # Calculate the perimeter of the hexagon perimeter = 6...