Skip to content

Commit bb6a2bb

Browse files
Merge pull request #7 from dotnet-presentations/copilot/update-lab-instructions-mcp-planning
Add new lab parts: MCP, Planning Mode, Reusable Prompts, Delegate to Cloud
2 parents f4d4d44 + 1a5d147 commit bb6a2bb

40 files changed

Lines changed: 620 additions & 43 deletions

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@ You'll use GitHub Copilot's various features to enhance and complete this applic
2323
## Lab Parts
2424

2525
0. [Setup](lab/setup.md)
26-
1. [Exploring the Codebase with GitHub Copilot Chat](lab/part0-exploring-codebase.md)
27-
2. [Code Completion with Ghost Text](lab/part1-code-completion.md)
28-
3. [Enhancing UI with Inline Chat](lab/part2-enhancing-ui.md)
29-
4. [Referencing Code Files in Chat](lab/part3-referencing-files.md)
30-
5. [Using Custom Instructions](lab/part4-custom-instructions.md)
31-
6. [Implementing Features with Copilot Agent](lab/part5-implementing-features.md)
32-
7. [Using Copilot Vision](lab/part6-copilot-vision.md)
33-
8. [Debugging with Copilot](lab/part7-debugging-with-copilot.md)
34-
9. [Commit Summary Descriptions](lab/part8-commit-summary-descriptions.md)
26+
1. [Exploring the Codebase with GitHub Copilot Chat](lab/part00-exploring-codebase.md)
27+
2. [Code Completion with Ghost Text](lab/part01-code-completion.md)
28+
3. [Enhancing UI with Inline Chat](lab/part02-enhancing-ui.md)
29+
4. [Referencing Code Files in Chat](lab/part03-referencing-files.md)
30+
5. [Using Custom Instructions](lab/part04-custom-instructions.md)
31+
6. [Implementing Features with Copilot Agent](lab/part05-implementing-features.md)
32+
7. [Using Copilot Vision](lab/part06-copilot-vision.md)
33+
8. [Debugging with Copilot](lab/part07-debugging-with-copilot.md)
34+
9. [Commit Summary Descriptions](lab/part08-commit-summary-descriptions.md)
35+
10. [MCP Servers](lab/part09-mcp.md)
36+
11. [Planning Mode in Agent](lab/part10-planning-mode.md)
37+
12. [Reusable Prompt Files](lab/part11-reusable-prompts.md)
38+
13. [Delegate to the Cloud](lab/part12-delegate-to-cloud.md)
3539

3640
**Key Takeaway**: These tools can significantly boost your productivity as a developer by automating repetitive tasks, generating boilerplate code, and helping you implement complex features more quickly.
3741

lab/images/0-ask-mode.png

21 KB
Loading

lab/images/0-copilot-icon.png

-49.2 KB
Loading

lab/images/0-enable-nes.png

27.6 KB
Loading

lab/images/1-agent.png

1.36 KB
Loading

lab/images/1-open-copilot-chat.png

1.2 KB
Loading

lab/images/10-generated-plan.png

90.8 KB
Loading

lab/images/10-planning-mode.png

15.4 KB
Loading

lab/images/11-prompt-file.png

31.8 KB
Loading

lab/images/12-delegate-cloud.png

22.3 KB
Loading

0 commit comments

Comments
 (0)