Skip to content

Commit 1cee2c2

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b058260 commit 1cee2c2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Python 3",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.13",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.13",
44
"forwardPorts": [8000],
55
"postCreateCommand": "pip install -r requirements.txt",
66
"customizations": {

.github/steps/3-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Let's use Copilot to change the website to display signed up students under each
9595
9696
Let's experiment with some more open-ended requests that will add more functionality to our web application.
9797
98-
If you don't get the desired results, you can try other models or provided followup feedback to refine the results.
98+
If you don't get the desired results, you can try other models or provide follow-up feedback to refine the results.
9999
100100
1. Make sure your Copilot is still in **Agent** mode.
101101
@@ -119,7 +119,7 @@ If you don't get the desired results, you can try other models or provided follo
119119
> 🪧 **Note:** In this lab we explicitly include the `#codebase` tool to get the most repeatable results.
120120
> Feel free to try the prompt **without** `#codebase` and observe whether Agent Mode decides to gather broader project context on its own.
121121
122-
1. When Copilot is finished, inspect the code changes and the results on the website. If you like the results, press the **Keep** button. If not, try providing Copilot some feedback to refined the results.
122+
1. When Copilot is finished, inspect the code changes and the results on the website. If you like the results, press the **Keep** button. If not, try providing Copilot some feedback to refine the results.
123123
124124
> 🪧 **Note:** If you don't see updates on the website, you may need to restart the debugger
125125

.github/steps/4-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Your backend still has zero test coverage. Use **Plan Agent** to create a plan,
4141
> I want to add backend FastAPI tests in a separate tests directory.
4242
> ```
4343
44-
1. Wait for Copilot to generate it's first plan. If it asks you any questions, answer them to the best of your ability.
44+
1. Wait for Copilot to generate its first plan. If it asks you any questions, answer them to the best of your ability.
4545
4646
> 🪧 **Note:** Don't worry about getting it perfect, you can always refine the plan later.
4747
@@ -68,7 +68,7 @@ Your backend still has zero test coverage. Use **Plan Agent** to create a plan,
6868
6969
Notice that clicking the button switched from **Plan** to **Agent Mode**. From this point on, Copilot can edit your codebase, just like before.
7070
71-
1. Watch Copilot implement the plan you just created. It may ask for permissions to run certain tools (e.g run commands or create virtual environments). Approve these permissions so it can continue working.
71+
1. Watch Copilot implement the plan you just created. It may ask for permissions to run certain tools (e.g., run commands or create virtual environments). Approve these permissions so it can continue working.
7272
7373
1. Review the changes and make sure tests run successfully. If needed, continue guiding until implementation is complete.
7474

0 commit comments

Comments
 (0)