Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Github Copilot Chat #2010

Open
jmcphers opened this issue Jan 4, 2024 · 2 comments
Open

Support Github Copilot Chat #2010

jmcphers opened this issue Jan 4, 2024 · 2 comments
Labels
area: ui Issues related to UI category.

Comments

@jmcphers
Copy link
Collaborator

jmcphers commented Jan 4, 2024

Today, Github Copilot works in Positron, but Github Copilot Chat does not. The Chat functionality is provided by a separate Copilot Chat extension as described here:

https://docs.github.com/en/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide

As far as I can tell from my initial investigation, there is no reason the Copilot Chat extension couldn't work in Positron; it uses fairly new APIs that were developed specifically for its use, but they're all present in the open source version of VS Code.

In Positron, the chat window comes up empty:

image

The problem seems to be (from Developer Tools) that the copilot chat provider isn't being registered for some reason.

ERR Unknown provider: copilot: Error: Unknown provider: copilot
@jmcphers jmcphers added this to the Release Candidate milestone Feb 20, 2024
@wesm wesm added the area: ui Issues related to UI category. label Feb 29, 2024
@yinghawl
Copy link

Any update on this request?

@juliasilge
Copy link
Contributor

Not currently, but you can check out GitHub Copilot alternatives that provide chat support in #3871.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ui Issues related to UI category.
Projects
None yet
Development

No branches or pull requests

4 participants