Skip to content

Commit 8cfc763

Browse files
committed
updated intro paragraphs M1-5
1 parent 93e6196 commit 8cfc763

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Instructions/Labs/LAB_AK_01_examine_settings_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Examine GitHub Copilot settings and user interface features
88

9-
In this exercise you examine GitHub Copilot settings and explore the GitHub Copilot user interface in Visual Studio Code.
9+
GitHub Copilot integrates naturally into Visual Studio Code, providing a seamless and customizable experience for developers. In this exercise you examine GitHub Copilot settings and explore the GitHub Copilot user interface in Visual Studio Code.
1010

1111
This exercise should take approximately **25** minutes to complete.
1212

Instructions/Labs/LAB_AK_02_analyze_document_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Analyze and document code using GitHub Copilot
88

9-
GitHub Copilot can help you understand and document a codebase by generating explanations and documentation.
9+
GitHub Copilot can help you understand and document a codebase by generating explanations and documentation. In this exercise, you use GitHub Copilot to analyze a codebase and generate documentation for the project.
1010

1111
This exercise should take approximately **20** minutes to complete.
1212

Instructions/Labs/LAB_AK_03_develop_code_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Develop code features using GitHub Copilot
88

9-
GitHub Copilot helps developers write code faster and with fewer errors. It provides suggestions for code snippets, functions, and even entire classes based on the context of the code being written.
9+
GitHub Copilot's code completion and interactive chat features help developers write code faster and with fewer errors. It provides suggestions for code snippets, functions, and even entire classes based on the context of the code being written. In this exercise, you use GitHub Copilot to accelerate the development of new code features in Visual Studio Code.
1010

1111
This exercise should take approximately **30** minutes to complete.
1212

Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Develop unit tests using GitHub Copilot
88

9-
9+
The large language models behind GitHub Copilot are trained on a variety of code testing frameworks and scenarios. GitHub Copilot is a great tool for generating test cases, test methods, test assertions and mocks, and test data. In this exercise, you use GitHub Copilot to accelerate the development of unit tests for a C# application.
1010

1111
This exercise should take approximately **20** minutes to complete.
1212

Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lab:
66

77
# Refactor and improve existing code sections using GitHub Copilot
88

9-
GitHub Copilot can help you update your code by suggesting changes that improve the code's quality, reliability, performance, and security.
9+
GitHub Copilot can be used to evaluate your entire codebase and suggest changes that improve code quality, reliability, performance, and security. In this exercise, you use GitHub Copilot to refactor and improve specified sections of a C# application.
1010

1111
This exercise should take approximately **15** minutes to complete.
1212

0 commit comments

Comments
 (0)