Skip to content

Commit 9e51998

Browse files
authored
Update 1-preparing.md
added more help for insiders edition
1 parent 0b36ac7 commit 9e51998

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/steps/1-preparing.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Monitors the correctness of code edits and terminal command output and iterates
3232

3333
1. Wait a moment for Visual Studio Code to load.
3434
1. You may need to switch to VS Code insiders edition in the codespace since agent mode was released on 4/4 as a phased rollout to users.
35-
![switch-to-insiders-version-light](https://github.com/user-attachments/assets/457f60eb-8c20-48d8-83b3-533fc1d93f88)
36-
35+
<img src="https://github.com/user-attachments/assets/5a72c5b2-2d0f-4f84-bc3d-b276b90d44d7" width=30% height=30%>
36+
3737
1. Before we continue let's take a moment to familiarize ourselves with the project folder.
3838

3939
- The left navigation bar is where you can access the file explorer, debugger, and search.
@@ -60,6 +60,7 @@ Great work! Now that we are familiar with the app and we know it works, let's as
6060

6161
<img src="https://github.com/user-attachments/assets/e172f5c0-bc2a-45a9-a301-9af8bfbd6a2e" width=30% height=30%>
6262

63+
6364
> 🪧 **Note:**
6465
- Do not change the model from GPT-4o this will be an optional activity at the end of the course.
6566
- Keep in mind that the Copilot agent mode is conversational so it may ask you questions and you can ask it questions too.
@@ -73,6 +74,12 @@ Great work! Now that we are familiar with the app and we know it works, let's as
7374
> Hey copilot, how can I create and publish a new Git branch called build-octofit-app?
7475
> ```
7576
77+
78+
Copilot agent mode will respond and ask if you if you want to enable it to run the command. Respond with **Yes**</br>
79+
80+
<img src=https://github.com/user-attachments/assets/8dafaa5f-80db-41ea-a189-b5d603c11d63 width=40% height=40%>
81+
82+
7683
1. Now that we are happy with the command, press the `Continue` button to let Copilot agent mode run it for us. No need to copy and paste!
7784
7885
1. After a moment, look in the VS Code lower status bar, on the left, to see the active branch. It should now say `build-octofit-app`. If so, you are all done with this step!

0 commit comments

Comments
 (0)