Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Your Own GitHub Copilot Chat Participant in VS Code
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Setting up the VS Code extension and dependencies
- 3 - Coding the chat participant
- 4 - Handling user requests and integrating language models
- 5 - Handling the LLM response
- 6 - Testing and refining the chat participant
- 7 - Passing database context to the LLM
- 8 - Notifying user of progress
- 9 - Adding run query button
- 10 - Integrating smart actions throughout the editor
- 11 - Adding functionality for database summaries and context menus
- 12 - Recap