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: DownloadableCodeProjects/az-2007-m2-explain-document/AccelerateDevGHCopilot/src/Library.ApplicationCore/Library.ApplicationCore.csproj
Copy file name to clipboardExpand all lines: DownloadableCodeProjects/az-2007-m2-explain-document/AccelerateDevGHCopilot/src/Library.Console/Library.Console.csproj
Copy file name to clipboardExpand all lines: DownloadableCodeProjects/az-2007-m2-explain-document/AccelerateDevGHCopilot/src/Library.Infrastructure/Library.Infrastructure.csproj
Copy file name to clipboardExpand all lines: DownloadableCodeProjects/az-2007-m2-explain-document/AccelerateDevGHCopilot/tests/UnitTests/UnitTests.csproj
Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_01_examine_settings_interface.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Use the following steps to complete this section of the exercise:
87
87
88
88
-**GitHub.Copilot.Enable**: Enable or disable Copilot completions for specified languages.
89
89
90
-
The term *languages* refers to programming languages, but accommodates other file formats as well. The languages are specified using a list of languages and a value of **true** or **false** to enable or disable GitHub Copilot for each language. By default, GitHub Copilot is enabled for all languages. This setting is specified with the wildcard character `*` on the first row and the value **true**. The subsequent rows specify languages for which GitHub Copilot is enabled or disabled. For example, GitHub Copilot is enabled for **C#**, **JavaScript**, and **Python** and disabled for **Plaintext** and **Markdown**.
90
+
The term *languages* refers to programming languages, but accommodates other file formats as well. The languages are specified using a list of languages and a value of **true** or **false** to enable or disable GitHub Copilot for each language. By default, GitHub Copilot is enabled for all languages. This setting is specified with the wildcard character **\*** on the first row and the value **true**. The subsequent rows specify languages for which GitHub Copilot is enabled or disabled. For example, GitHub Copilot is enabled for **C#**, **JavaScript**, and **Python** and disabled for **Plaintext** and **Markdown**.
91
91
92
92

93
93
@@ -121,6 +121,8 @@ Use the following steps to complete this section of the exercise:
121
121
122
122
We recommend keeping the default settings during this training. This helps to ensure that you have the expected experience when working on the modules in this learning path. When you have completed the training, you can experiment with these settings to customize your experience with GitHub Copilot and Copilot Chat.
123
123
124
+
1. Close the settings tab.
125
+
124
126
## Explore the GitHub Copilot user interface in Visual Studio Code
125
127
126
128
Visual Studio Code seamlessly integrates GitHub Copilot's AI features into your development environment.
@@ -260,7 +262,7 @@ The Inline Chat interface is designed for code interactions directly within the
260
262
1. Open the Chat menu and notice the following:
261
263
262
264
- The Editor Inline Chat menu option is now enabled.
263
-
- You can open an Inline Chat session using the **Ctrl+I** keyboard shortcut.
265
+
- The **Ctrl+I** keyboard shortcut can be used to open an Inline Chat session.
264
266
265
267
1. In the code editor, select the following code:
266
268
@@ -301,7 +303,7 @@ The Inline Chat interface is designed for code interactions directly within the
301
303
302
304
- Inline Chat generates a suggestion by updating the code directly.
303
305
- You can select **Accept** to implement the suggested update, select **Close** to reject the selected update, or select **Rerun** to generate a new suggestion.
304
-
- There is also a **More Action** menu that provides additional options for managing the Inline Chat session, and you can rate the suggestion as "helpful" or "unhelpful".
306
+
- There is also a **More Actions** menu that provides additional options for managing the Inline Chat session, and you can rate the suggestion as "helpful" or "unhelpful".
305
307
306
308
1. To accept the suggested code update, select **Accept**.
307
309
@@ -376,7 +378,7 @@ GitHub Copilot provides code completion suggestions based on the context of the
376
378
377
379
1. To generate a code completion suggestion, press **Enter**.
378
380
379
-
GitHub Copilot generates a code completion suggestion based on the context of the code in the editor. In this case, GitHub Copilot suggests a new Console.WriteLine statement that displays an age for GitHub Copilot.
381
+
GitHub Copilot generates a code completion suggestion based on the context of the code in the editor. In this case, GitHub Copilot suggests a new Console.WriteLine statement that's related to generating equations .
380
382
381
383

Copy file name to clipboardExpand all lines: Instructions/Labs/LAB_AK_02_analyze_document_code.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,11 @@ Your colleague has developed an initial version of the library application and h
38
38
39
39
Use the following steps to set up the library application:
40
40
41
-
1.To download a zip file containing the library application, select 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)
41
+
1.Open a browser window in your lab environment.
42
42
43
-
The zip file is named AZ2007LabAppM2.zip.
43
+
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)
44
+
45
+
The zip file named AZ2007LabAppM2.zip will be downloaded to your lab environment.
44
46
45
47
1. Extract the files from the **AZ2007LabAppM2.zip** file.
0 commit comments