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
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_00_configure_github_copilot_sdk_lab.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ lab:
6
6
7
7
# Configure your GitHub Copilot SDK lab environment
8
8
9
-
Before you begin the GitHub Copilot SDK lab exercise, you need to ensure that your development environment includes the required tools and resources.
9
+
Before you begin a GitHub Copilot SDK lab exercise, you need to ensure that your development environment includes the required tools and resources.
10
10
11
11
Your lab environment must include the following resources:
12
12
@@ -16,11 +16,11 @@ Your lab environment must include the following resources:
16
16
- Visual Studio Code with the C# Dev Kit and GitHub Copilot Chat extensions.
17
17
- GitHub Copilot CLI installed and authenticated with your GitHub account.
18
18
19
-
The lab application that you'll be working on was built using .NET (ASP.NET Core 8.0 and Blazor). The data access layer of the lab application uses Entity Framework Core and SQLite. The lab application is available in a GitHub repository that you clone to your lab environment during the lab exercise.
20
-
21
19
## Install the Git, .NET, Visual Studio Code, and GitHub resources
22
20
23
-
The "GitHub Copilot SDK" lab exercise uses GitHub Copilot in Visual Studio Code as the primary AI coding assistant. To use GitHub Copilot, you need access to a GitHub account with a GitHub Copilot subscription. GitHub requires Git for version control operations. The lab application that you'll be working on was built using .NET (ASP.NET Core 8.0 and Blazor).
21
+
The GitHub Copilot SDK lab exercises use GitHub Copilot in Visual Studio Code as the primary AI coding assistant. To use GitHub Copilot, you need access to a GitHub account with a GitHub Copilot subscription. GitHub requires Git for version control operations.
22
+
23
+
The lab application that you'll be working on was built using C# (ASP.NET Core 8.0 and Blazor). The data access layer of the lab application uses Entity Framework Core and SQLite. The lab application is available in a GitHub repository that you clone to your lab environment during the lab exercise.
24
24
25
25
Complete the following steps to ensure that the required Git, .NET, Visual Studio Code, and GitHub resources are available.
26
26
@@ -98,7 +98,7 @@ Complete the following steps to ensure that the required Git, .NET, Visual Studi
98
98
99
99
## Install the lab application dependencies
100
100
101
-
The GitHub Copilot SDK uses underlying engine behind GitHub Copilot CLI for AI code generation and chat interactions. To ensure that the lab environment is properly configured for the GitHub Copilot SDK exercises, you need to install and authenticate the GitHub Copilot CLI.
101
+
The GitHub Copilot SDK uses the engine behind GitHub Copilot CLI for AI code generation and chat interactions. To ensure that the lab environment is properly configured for the GitHub Copilot SDK exercises, you need to install and authenticate the GitHub Copilot CLI.
102
102
103
103
For more information about the GitHub Copilot CLI, see the official documentation: <a href="https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli" target="_blank">About GitHub Copilot CLI</a>.
0 commit comments