Skip to content

Commit 8c203d7

Browse files
committed
updated exercise 1 instructions
1 parent 108b00b commit 8c203d7

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Instructions/Labs/LAB_AK_01_examine_settings_interface.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,27 @@ Use the following steps to complete this section of the exercise:
7979

8080
The GitHub Copilot extension has the following setting options:
8181

82-
- GitHub.Copilot.Advanced: Configure advanced settings for GitHub Copilot in settings.json.
82+
- **GitHub.Copilot.Advanced**: Configure advanced settings for GitHub Copilot in settings.json.
8383

8484
Selecting **Edit in settings.json** opens the settings.json file, which is a JSON file that contains the settings for GitHub Copilot. The settings are organized into sections, and each section contains a list of settings.
8585

8686
![Screenshot showing the settings.json file open in the editor.](./Media/m01-github-copilot-extension-settings-advanced-options.png)
8787

88-
- GitHub.Copilot.Enable: Enable or disable Copilot completions for specified languages.
88+
- **GitHub.Copilot.Enable**: Enable or disable Copilot completions for specified languages.
8989

9090
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**.
9191

92-
![Screenshot showing the settings.json file open in the editor.](./Media/m01-github-copilot-extension-settings-enable-languages.png)
92+
![Screenshot showing the enable languages setting open in the editor.](./Media/m01-github-copilot-extension-settings-enable-languages.png)
9393

94-
- GitHub.Copilot.SelectedCompletionModel: Select the model to use for Copilot completions.
94+
- **GitHub.Copilot.SelectedCompletionModel**: Select the model to use for Copilot completions.
9595

96-
![Screenshot showing the setting for the GitHub Copilot extension.](./Media/m01-github-copilot-extension-settings-change-completions-model-menu.png)
96+
You can use the **Change Completions Model** menu option to select a model.
9797

98-
![Screenshot showing the setting for the GitHub Copilot extension.](./Media/m01-github-copilot-extension-settings-change-completions-model.png)
98+
![Screenshot showing the Change Completions Model menu option.](./Media/m01-github-copilot-extension-settings-change-completions-model-menu.png)
99+
100+
The list of models may be limited by your GitHub Copilot subscription, the models available in your region, and the models available for your organization.
101+
102+
![Screenshot showing a list of completion models.](./Media/m01-github-copilot-extension-settings-change-completions-model.png)
99103

100104
1. Under **Enable or disable Copilot completions for specified languages**, select **markdown**.
101105

@@ -111,7 +115,7 @@ Use the following steps to complete this section of the exercise:
111115

112116
The GitHub Copilot Chat extension has a long list of available settings and it's updated regularly. The GitHub Copilot Chat extension also includes preview and experimental settings that are subject to change and could be discontinued. The preview and experimental settings are included at the end of the list and they're tagged as either **Preview** or **Experimental**.
113117

114-
![Screenshot showing the GitHub Copilot Chat settings.](./Media/m01-github-copilot-chat-extension-settings-preview-experimental.png)
118+
![Screenshot showing the Preview and Experimental labels for GitHub Copilot Chat settings.](./Media/m01-github-copilot-chat-extension-settings-preview-experimental.png)
115119

116120
1. Take a few minutes to review the settings for GitHub Copilot Chat.
117121

@@ -332,7 +336,7 @@ The Chat view has three modes: **Ask**, **Edit**, and **Agent**. The Ask mode is
332336
333337
1. Take a minute to review response displayed in the Chat view.
334338
335-
![Screenshot showing an Inline Chat session with a response in the code editor.](./Media/m01-github-copilot-chat-view-response-ask-mode.png)
339+
![Screenshot showing code management options in the Chat view.](./Media/m01-github-copilot-chat-view-response-ask-mode.png)
336340
337341
Notice that when you hover the mouse pointer over the code, the Chat view displays the following options:
338342
@@ -402,7 +406,7 @@ Smart Actions are a set of predefined actions that are available from the Copilo
402406
403407
Notice that the Explain smart action constructs a prompt that's based on the code selection and submits the prompt in the Chat view.
404408
405-
![Screenshot showing the Copilot context menu.](./Media/m01-github-copilot-smart-action-explain.png)
409+
![Screenshot showing the Chat view with Explain smart action text displayed.](./Media/m01-github-copilot-smart-action-explain.png)
406410
407411
The explanation includes a detailed description of the selected code, and may include suggested updates.
408412
@@ -412,7 +416,7 @@ Smart Actions are a set of predefined actions that are available from the Copilo
412416
413417
Notice that the Generate Docs smart action opens an Inline Chat session and submits a prompt asking GitHub Copilot to suggest documentation for the selected code.
414418
415-
![Screenshot showing the Copilot context menu.](./Media/m01-github-copilot-smart-action-generate-docs.png)
419+
![Screenshot showing the results of the Generate Docs smart action.](./Media/m01-github-copilot-smart-action-generate-docs.png)
416420
417421
1. In the Inline Chat window, select **Accept** to apply the suggested documentation.
418422

0 commit comments

Comments
 (0)