Skip to content

Commit e5ce633

Browse files
committed
Content refresh
1 parent 0a86d57 commit e5ce633

12 files changed

Lines changed: 85 additions & 13 deletions

learn-pr/wwl-azure/introduction-vibe-coding/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/2-what-vibe-coding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: What is vibe coding?
44
metadata:
55
title: What is Vibe Coding?
66
description: "What is vibe coding?"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/3-examine-vibe-coding-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine the vibe coding process
44
metadata:
55
title: Examine the Vibe Coding Process
66
description: "Examine the vibe coding process"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/4-create-effective-prompts-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create effective prompts for GitHub Copilot
44
metadata:
55
title: Create Effective Prompts for GitHub Copilot
66
description: "Create effective prompts for GitHub Copilot"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/5-identify-product-requirements-guidelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Identify product requirements and coding guidelines
44
metadata:
55
title: Identify Product Requirements and Coding Guidelines
66
description: "Identify product requirements and coding guidelines"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/6-customize-github-copilot-responses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Customize GitHub Copilot Chat responses
44
metadata:
55
title: Customize GitHub Copilot Chat Responses
66
description: "Brief description of the instructions file"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/7-exercise-get-started-vibe-coding-github-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Get started with vibe coding using GitHub Copilot Agent
44
metadata:
55
title: Exercise - Get Started with Vibe Coding using GitHub Copilot Agent
66
description: "Exercise - Get started with vibe coding using GitHub Copilot Agent"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module Assessment
66
description: "Module assessment"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 07/24/2025
7+
ms.date: 04/16/2026
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/introduction-vibe-coding/includes/4-create-effective-prompts-github-copilot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Help Copilot understand your project structure and intentions by managing your d
9393

9494
- Open relevant files and close unrelated ones.
9595
- Highlight specific code sections you want Copilot to reference.
96-
- Use chat participants like `@vscode` in Visual Studio Code or `@project` in JetBrains IDEs.
96+
- Use the **Add Context** button in the Chat view to attach specific files, symbols, or workspace content.
97+
- Reference context directly in your prompt with `#`-references such as `#file` and `#selection`.
9798

9899
**In Copilot Chat**:
99100

0 commit comments

Comments
 (0)