Reputation: 1223
I subscribed GitHub Copilot Features, however I can see chat features is available in VS Code Insider, but I would not find it in Visual Studio 2022. GitHub is charging for the subscription but did not provide chat features in Visual Studio 2022. Any idea how to get the chat features.
Upvotes: 6
Views: 18933
Reputation: 674
Update: Since
Visual Studio 17.10.0
You no longer need theGitHub Copilot Chat
extension!
Works on Visual Studio 17.9
On my side I had to install Visual Studio AI Assistance Component using Visual Studio Installer.
Visual Studio Installer -> modify -> Individual Components -> GitHub Copilot
So tu summarize you need to:
GitHub Copilot Chat
(inside Visual Studio)GitHub Copilot
(using Visual Studio Installer)Without it installed we observed two possible errors in our team:
Update: [Visual Studio 17.10.0]
You no longer need the GitHub Copilot Chat
extension.
Upvotes: 4
Reputation: 349
I had an issue where I could find "Github CoPilot" extension In Visual Studio 2022 v.17.7.7 but at the same time I could not find the "Github Copilot Chat" extension.
The reason for this is that CoPilot Chat now requires Visual Studio 2022 v.17.8
So Try to follow:
If you still are struggling checkout this video https://www.youtube.com/watch?v=XrCP8v2pg8w
Upvotes: 5
Reputation: 202
I spent a few hours restarting VS, enabling/disabling Copilot and nothing worked. But, Here's the thing:
-Ensure You got VS 2022 R17.8 or above installed -On top of installing Copilot, you NEED to install Copilot Chat Extension which is a separate extension. Do that and you're good go to!
Full documentation:
https://learn.microsoft.com/en-gb/visualstudio/ide/visual-studio-github-copilot-chat?view=vs-2022
Upvotes: -2
Reputation: 854
To access Copilot chat, you must first join the waitlist. Once the team approves your request, you will receive an email with instructions on installing Copilot Chat in visual studio 2022.
If you have business subscription you have to install this extinction GitHub Copilot Chat
After installing the extension, navigate to Visual Studio, click on "View," and select "GitHub Copilot Chat.
Upvotes: 0