Skip to content

Commit 7470022

Browse files
Refine transition between sections
1 parent aa05dec commit 7470022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/4-copilot-agent-mode-vscode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Once the website is running, you can explore its functionality. The main feature
5959
- **Home Page**: Displays a list of board games with their titles, images, and descriptions.
6060
- **Game Details Page**: When you select a game, you'll be brought to a details page with more information about the game, including its title, description, publisher and category.
6161

62-
## Explore the backlog from Copilot
62+
## Explore the backlog with Copilot
6363

6464
The initial implementation of the website is functional, but we want to enhance it by adding new capabilities. Let's start off by reviewing the backlog. Ask GitHub Copilot to show you the backlog of items that we created in the previous exercise.
6565

@@ -101,7 +101,7 @@ To implement filtering, no less than three separate updates will need to be made
101101

102102
In addition, the tests need to run (and pass) before we merge everything into our Codebase. Copilot Agent Mode can perform these tasks for us! Let's add the functionality.
103103

104-
1. Return to your codespace.
104+
1. You can continue in the current conversation with Copilot, or start a new one by selecting **New Chat**.
105105
2. Select **Add Context**, **Instructions**, and **flask-endpoint .github/instructions** as the instructions file.
106106

107107
![Screenshot showing an example of selecting the instructions file](images/copilot-add-instructions-file.png)
@@ -141,7 +141,7 @@ In addition, the tests need to run (and pass) before we merge everything into ou
141141
> Remember, it's always important to review the code that Copilot or any AI tools generate.
142142
143143
9. Return to the browser with the website running. Explore the new functionality!
144-
10. Once you've confirmed everything works and reviewed the code, select **Keep** and **Done** in the Copilot Chat window.
144+
10. Once you've confirmed everything works and reviewed the code, select **Keep** in the Copilot Chat window.
145145

146146
## Publish the branch
147147

0 commit comments

Comments
 (0)