Files
vscode-extension-samples/chat-tutorial
Matt Bierner 73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -07:00
..
2024-10-03 10:12:35 -04:00
2024-10-03 10:12:35 -04:00
2024-10-03 10:18:51 -04:00
2024-10-03 10:18:51 -04:00
2024-10-08 07:44:46 -04:00
2024-10-26 17:44:03 -07:00
2024-10-08 07:44:46 -04:00
2024-10-03 10:12:35 -04:00
2024-10-08 07:44:46 -04:00

Chat Tutorial

Visual Studio Code's Copilot Chat architecture enables extension authors to integrate with the GitHub Copilot Chat experience. A chat extension is a VS Code extension that uses the Chat extension API by contributing a Chat participant. Chat participants are domain experts that can answer user queries within a specific domain.

This GitHub Copilot Extension sample shows:

  • How to contribute a chat participant to the GitHub Copilot Chat view.

A screenshot of the running extension, showing the @tutor /exercise command

Documentation can be found here:

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension in a new VS Code window
    • You will see the @tutor chat participant in the GitHub Copilot Chat view