Skip to content

Commit 1caa16f

Browse files
committed
Edited the Configure GitHub Copilot SDK lab environment instructions
1 parent d53693f commit 1caa16f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Instructions/Labs/LAB_AK_00_configure_github_copilot_sdk_lab.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Configure your GitHub Copilot SDK lab environment
88

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.
1010

1111
Your lab environment must include the following resources:
1212

@@ -16,11 +16,11 @@ Your lab environment must include the following resources:
1616
- Visual Studio Code with the C# Dev Kit and GitHub Copilot Chat extensions.
1717
- GitHub Copilot CLI installed and authenticated with your GitHub account.
1818

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-
2119
## Install the Git, .NET, Visual Studio Code, and GitHub resources
2220

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.
2424

2525
Complete the following steps to ensure that the required Git, .NET, Visual Studio Code, and GitHub resources are available.
2626

@@ -98,7 +98,7 @@ Complete the following steps to ensure that the required Git, .NET, Visual Studi
9898
9999
## Install the lab application dependencies
100100
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.
102102
103103
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>.
104104

0 commit comments

Comments
 (0)