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_01_examine_settings_interface.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,25 @@ This exercise should take approximately **25** minutes to complete.
16
16
17
17
Your lab environment must include the following: Git 2.48 or later, .NET SDK 9.0 or later, Visual Studio Code with the C# Dev Kit extension, and access to a GitHub account with GitHub Copilot enabled.
18
18
19
+
If you're using a local PC as a lab environment for this exercise:
20
+
19
21
- For help configuring your local PC as your lab environment, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320147"target="_blank">Configure your lab environment resources</a>.
20
22
21
-
- For help enabling your GitHub Copilot subscription in Visual Studio Code (required for the hosted lab environment), open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
23
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
24
+
25
+
If you're using a hosted lab environment for this exercise:
26
+
27
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
28
+
29
+
- Open a command terminal and then run the following commands:
30
+
31
+
To ensure that Visual Studio Code is configured to use the correct version of .NET, run the following command:
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_02_analyze_document_code.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,25 @@ This exercise should take approximately **20** minutes to complete.
16
16
17
17
Your lab environment must include the following: Git 2.48 or later, .NET SDK 9.0 or later, Visual Studio Code with the C# Dev Kit extension, and access to a GitHub account with GitHub Copilot enabled.
18
18
19
+
If you're using a local PC as a lab environment for this exercise:
20
+
19
21
- For help configuring your local PC as your lab environment, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320147"target="_blank">Configure your lab environment resources</a>.
20
22
21
-
- For help enabling your GitHub Copilot subscription in Visual Studio Code (required for the hosted lab environment), open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
23
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
24
+
25
+
If you're using a hosted lab environment for this exercise:
26
+
27
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
28
+
29
+
- Open a command terminal and then run the following commands:
30
+
31
+
To ensure that Visual Studio Code is configured to use the correct version of .NET, run the following command:
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - Analyze and document code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip)
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_03_develop_code_features.md
+31-25Lines changed: 31 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,39 @@ This exercise should take approximately **30** minutes to complete.
16
16
17
17
Your lab environment must include the following: Git 2.48 or later, .NET SDK 9.0 or later, Visual Studio Code with the C# Dev Kit extension, and access to a GitHub account with GitHub Copilot enabled.
18
18
19
+
If you're using a local PC as a lab environment for this exercise:
20
+
19
21
- For help configuring your local PC as your lab environment, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320147"target="_blank">Configure your lab environment resources</a>.
20
22
21
-
- For help enabling your GitHub Copilot subscription in Visual Studio Code (required for the hosted lab environment), open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
23
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
24
+
25
+
If you're using a hosted lab environment for this exercise:
26
+
27
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
28
+
29
+
- Open a command terminal and then run the following commands:
30
+
31
+
To ensure that Visual Studio Code is configured to use the correct version of .NET, run the following command:
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - develop code features](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM3.zip)
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,25 @@ This exercise should take approximately **25** minutes to complete.
16
16
17
17
Your lab environment must include the following: Git 2.48 or later, .NET SDK 9.0 or later, Visual Studio Code with the C# Dev Kit extension, and access to a GitHub account with GitHub Copilot enabled.
18
18
19
+
If you're using a local PC as a lab environment for this exercise:
20
+
19
21
- For help configuring your local PC as your lab environment, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320147"target="_blank">Configure your lab environment resources</a>.
20
22
21
-
- For help enabling your GitHub Copilot subscription in Visual Studio Code (required for the hosted lab environment), open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
23
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
24
+
25
+
If you're using a hosted lab environment for this exercise:
26
+
27
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
28
+
29
+
- Open a command terminal and then run the following commands:
30
+
31
+
To ensure that Visual Studio Code is configured to use the correct version of .NET, run the following command:
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,25 @@ This exercise should take approximately **30** minutes to complete.
16
16
17
17
Your lab environment must include the following: Git 2.48 or later, .NET SDK 9.0 or later, Visual Studio Code with the C# Dev Kit extension, and access to a GitHub account with GitHub Copilot enabled.
18
18
19
+
If you're using a local PC as a lab environment for this exercise:
20
+
19
21
- For help configuring your local PC as your lab environment, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320147"target="_blank">Configure your lab environment resources</a>.
20
22
21
-
- For help enabling your GitHub Copilot subscription in Visual Studio Code (required for the hosted lab environment), open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
23
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
24
+
25
+
If you're using a hosted lab environment for this exercise:
26
+
27
+
- For help enabling your GitHub Copilot subscription in Visual Studio Code, paste the following URL into a browser's site navigation bar: <ahref="https://go.microsoft.com/fwlink/?linkid=2320158"target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
28
+
29
+
- Open a command terminal and then run the following commands:
30
+
31
+
To ensure that Visual Studio Code is configured to use the correct version of .NET, run the following command:
0 commit comments