Issue with GitHub Copilot Chat in Visual Studio Code #156686
Replies: 5 comments 1 reply
-
Heyy I’ve seen a few others report the same thing recently, especially when they’re still in the Copilot trial period. The weird part where the message disappears right after sending usually happens because:
Here’s what I’d try if I were in your shoes: ✅ 1. Fully sign out and clear the Copilot Chat cache
✅ 2. Check that Copilot Chat is actually enabled Open your VS Code settings (JSON view) and add this: "gitHub.copilot.enableChat": true Sometimes it’s installed but not properly switched on. ✅ 3. Try using a clean profile VS Code sometimes keeps weird state per profile. Try:
If none of this works, best to ping GitHub support directly here: Hope this helps! Let me know if u want help testing further |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @VincenzoLis, Thanks so much for reaching out in our community. Even though this post does belong in the New to Github category I do think that you would be more likely to get a helpful response if I re-categorize this into the Copilot Conversations category. I'll go ahead and move this over now. |
Beta Was this translation helpful? Give feedback.
-
I'm having a similar issue with mine as well. When I try and use the chat I'm getting asked to login to my Github Enterprise account (which I do not have). When I click the "Sign in with Github" button below nothing happens, but I do get a timeout in the output window. If I go into the "Configure Code Completions" and try to sign in with github I get the below result in the Github Copilot output window: result: { It seems to be an issue with the profile data itself since it's happening on all of my computers that are using the profile. If I swap profile I have no issues using the chat. |
Beta Was this translation helpful? Give feedback.
-
The disappearing Copilot Chat responses may be due to a trial-related backend delay or session glitch.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Subject: Issue with GitHub Copilot Chat in Visual Studio Code
Problem Description: I'm experiencing an issue with the GitHub Copilot Chat functionality in Visual Studio Code. While inline suggestions work correctly, the chat does not function as expected. When I send a message, Copilot briefly appears to respond but then the response disappears immediately. Additionally, my name or photo icon does not appear next to the messages I send.
I am currently in the trial version of GitHub Copilot and have already provided my payment details for the subscription, which will begin in 14 days. I wonder if this issue could be related to my trial status or if it’s a technical problem.
I have already tried the following steps without success:
Uninstalling and reinstalling Visual Studio Code (I did this twice).
Signing out and signing back into my GitHub account.
Reloading the Visual Studio Code window (Reload Window).
Ensuring the "GitHub Copilot Chat" extension is installed and up to date.
Tried opening new projects or folders to check if it was a project-specific issue.
Steps to Reproduce the Issue:
Open Visual Studio Code.
Access the GitHub Copilot Chat functionality.
Send a message.
Observe that the response disappears shortly after appearing.
Additional Information:
Operating System: Windows 11
Visual Studio Code Version: [insert the exact version of VS Code]
GitHub Copilot Chat Extension Version: [insert the exact version of the extension]
I have a stable Internet connection.
I also wonder if the issue could be related to GitHub Copilot's servers.
Can you help me resolve this issue? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions