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: docs/4-copilot-agent-mode-vscode.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Once the website is running, you can explore its functionality. The main feature
59
59
-**Home Page**: Displays a list of board games with their titles, images, and descriptions.
60
60
-**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.
61
61
62
-
## Explore the backlog from Copilot
62
+
## Explore the backlog with Copilot
63
63
64
64
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.
65
65
@@ -101,7 +101,7 @@ To implement filtering, no less than three separate updates will need to be made
101
101
102
102
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.
103
103
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**.
105
105
2. Select **Add Context**, **Instructions**, and **flask-endpoint .github/instructions** as the instructions file.
106
106
107
107

@@ -141,7 +141,7 @@ In addition, the tests need to run (and pass) before we merge everything into ou
141
141
> Remember, it's always important to review the code that Copilot or any AI tools generate.
142
142
143
143
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.
0 commit comments