Skip to content

Commit 390a10e

Browse files
authored
Merge pull request #48854 from wwlpublish/7f4bf6b12497931cbba0e1c4596fbbe18fa8a11d6ee17c83e53e83b49b7db196-live
Modules/M01-get-started-github-copilot
2 parents a72a70a + 39d80fa commit 390a10e

11 files changed

+12
-12
lines changed

learn-pr/wwl-azure/get-started-github-copilot/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: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/2-examine-ai-assisted-programming-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine AI tools from GitHub, OpenAI, and Microsoft
44
metadata:
55
title: Examine AI tools from GitHub, OpenAI, and Microsoft
66
description: "Examine AI tools from GitHub, OpenAI, and Microsoft"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/3-examine-github-copilot-benefits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine GitHub Copilot tools, benefits, and limitations
44
metadata:
55
title: Examine GitHub Copilot tools, benefits, and limitations
66
description: "Examine GitHub Copilot tools, benefits, and limitations"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/4-exercise-install-github-copilot-extensions-visual-studio-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Install GitHub Copilot extensions for Visual Studio Code
44
metadata:
55
title: Exercise - Install GitHub Copilot extensions for Visual Studio Code
66
description: "Exercise - Install GitHub Copilot extensions for Visual Studio Code"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/5-examine-autocomplete-features-github-copilot-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine the autocomplete features of the GitHub Copilot extension
44
metadata:
55
title: Examine the autocomplete features of the GitHub Copilot extension
66
description: "Examine the autocomplete features of the GitHub Copilot extension"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/6-examine-ai-assistance-features-github-copilot-chat-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine the AI assistance features of the GitHub Copilot Chat extension
44
metadata:
55
title: Examine the AI assistance features of the GitHub Copilot Chat extension
66
description: "Examine the AI assistance features of the GitHub Copilot Chat extension"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/7-exercise-configure-github-copilot-extensions-visual-studio-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Configure GitHub Copilot extensions for Visual Studio Code
44
metadata:
55
title: Exercise - Configure GitHub Copilot extensions for Visual Studio Code
66
description: "Exercise - Configure GitHub Copilot extensions for Visual Studio Code"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/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: 01/17/2025
7+
ms.date: 01/27/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-github-copilot/includes/6-examine-ai-assistance-features-github-copilot-chat-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ By using a chat variable, you can be more specific about the context that you in
366366

367367
Examples of built-in chat variables are:
368368

369-
- `#selection`: the visible source code in the active editor.
370-
- `#editor`: the current selection in the active editor. The editor content is implicitly included in the Chat view context.
369+
- `#editor`: the visible source code in the active editor.
370+
- `#selection`: the current selection in the active editor. The editor content is implicitly included in the Chat view context.
371371
- `#file`: include a specified file in your workspace as context with your chat prompt.
372372
- `#terminalSelection`: the active terminal's selection.
373373
- `#terminalLastCommand`: the active terminal's last run command.

0 commit comments

Comments
 (0)