Skip to content

Commit 7e80c51

Browse files
committed
Acrolinx updates for vibe coding
1 parent 7eb16f2 commit 7e80c51

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Instructions/Labs/LAB_AK_06_vibe_coding_prototype_ecommerce_app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lab:
88

99
Vibe coding is an approach to programming that uses AI tools, such as GitHub Copilot Agent, to generate software. Instead of manually writing code, a user provides a natural language description of their intended app, and the AI generates the corresponding code. This shifts the programmer's role from traditional coding to guiding, testing, and refining the AI-generated output.
1010

11-
In this exercise, you use a vibe coding process and GitHub Copilot Agent to create a prototype version of an online shopping app. Your prototype app includes the following pages: products, product details, shopping cart, and checkout. The app includes basic navigation between pages and a limited dataset that helps to demonstrate app features. The prototype doesn't include any backend functionality, such as user authentication, payment processing, or database integration.
11+
In this exercise, you use a vibe coding process and GitHub Copilot Agent to create a prototype version of an online shopping app. Your prototype app includes the following pages: products, product details, shopping cart, and check out. The app includes basic navigation between pages and a limited dataset that helps to demonstrate app features. The prototype doesn't include any backend functionality, such as user authentication, payment processing, or database integration.
1212

1313
This exercise should take approximately **30** minutes to complete.
1414

@@ -25,11 +25,11 @@ If you're using a local PC as your lab environment for this exercise:
2525

2626
- You can download the Visual Studio Code installer file from the following URL: <a href="https://code.visualstudio.com/download" target="_blank">Download Visual Studio Code</a>.
2727

28-
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <a href="https://go.microsoft.com/fwlink/?linkid=2320158" target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
28+
- For help with enabling your GitHub Copilot subscription in Visual Studio Code, open the following link in a browser: <a href="https://go.microsoft.com/fwlink/?linkid=2320158" target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
2929

3030
If you're using a hosted lab environment that supports this exercise:
3131

32-
- For help enabling your GitHub Copilot subscription in Visual Studio Code, open a browser and paste the following URL into the site navigation bar: <a href="https://go.microsoft.com/fwlink/?linkid=2320158" target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
32+
- For help with enabling your GitHub Copilot subscription in Visual Studio Code, open a browser and paste the following URL into the site navigation bar: <a href="https://go.microsoft.com/fwlink/?linkid=2320158" target="_blank">Enable GitHub Copilot within Visual Studio Code</a>.
3333

3434
## Exercise scenario
3535

@@ -81,7 +81,7 @@ Use the following steps to complete this section of the exercise:
8181

8282
The *Set Mode* and *Pick Model* dropdown menus are located in the bottom-left corner of the Chat view.
8383

84-
**GitHub Copilot modes**: Although their capabilities overlap, each of the chat modes (Ask, Edit, and Agent) are optimized for a specific purpose:
84+
**GitHub Copilot modes**: Although their capabilities overlap, each of the chat modes (Ask, Edit, and Agent) is optimized for a specific purpose:
8585

8686
- **Ask**: Use this mode to ask GitHub Copilot questions about your codebase. You can use Ask mode to explain code, suggest changes, or provide information about the codebase.
8787
- **Edit**: Use this mode to edit specific code files in your workspace. You can use Edit mode to refactor code, add comments, implement tests, or add new features to your apps.
@@ -310,7 +310,7 @@ Use the following steps to complete this section of the exercise:
310310
311311
1. In Visual Studio Code, create a new folder named **ShoppingApp** in the VibeCoding-PrototypeApp folder.
312312
313-
GitHub Copilot Agent needs an empty folder to use as a workspace for the new the app files.
313+
GitHub Copilot Agent needs an empty folder to use as a workspace for the new app files.
314314
315315
The EXPLORER view in Visual Studio Code should look similar to the following:
316316

0 commit comments

Comments
 (0)