Skip to content

Commit

Permalink
Merge pull request #7613 from microsoft/isidorn/marine-crawdad
Browse files Browse the repository at this point in the history
act on feedback
  • Loading branch information
isidorn authored Sep 20, 2024
2 parents f9dffa4 + 5d46912 commit cc732ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/extension-guides/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Participants can also contribute *commands*, which are a shorthand notation for

## Extending GitHub Copilot via GitHub Apps

Alternatively, it is possible to extend GitHub Copilot by creating a GitHub App that contributes a chat participant in the Chat view. A GitHub App is backed by a service and works across all GitHub Copilot surfaces, such as github.com, Visual Studio, or VS Code. On the other hand, GitHub Apps do not have full access to the VS Code API. To learn more about extending GitHub Copilot through a GitHub App see the [official GitHub documentation](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions).
Alternatively, it is possible to extend GitHub Copilot by creating a GitHub App that contributes a chat participant in the Chat view. A GitHub App is backed by a service and works across all GitHub Copilot surfaces, such as github.com, Visual Studio, or VS Code. On the other hand, GitHub Apps do not have full access to the VS Code API. To learn more about extending GitHub Copilot through a GitHub App see the [GitHub documentation](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions).


## Links
Expand Down

0 comments on commit cc732ce

Please sign in to comment.