Cannot see copilot response on Codespaces #169833
-
Select Topic AreaBug Copilot Feature AreaCopilot Workspace BodyI was using Copilot Chat on GitHub Codespaces but couldn't see Copilot's responses in the chat window. Although the responses were not visible in the chat window, I was able to copy the response text. When I checked the logs with Screen.Recording.2025-08-15.at.3.49.37.movI can see the chat responses in my local VS Code, but I cannot see them in Codespaces. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
It sounds like Copilot Chat is successfully generating responses in your Codespace, but the UI isn’t rendering them. This can happen if the Codespaces editor webview fails to refresh or if there’s a temporary rendering bug in the chat panel. Things you can try:
If responses are visible in the debug log but not in the panel after a reload/update, it’s likely a frontend rendering bug. In that case, please open an issue via GitHub Support with:
This will help the team trace whether it’s a Codespaces UI issue or an extension rendering problem. |
Beta Was this translation helpful? Give feedback.
-
did you install in the Codespaces, the GitHub Copilot and the GitHub Copilot Chat ? in my case, though it's always present, I always install it to see the exact models, and I guess you installed it because I can see the models, also, if you full rebuild the container, you need to install it again, I was getting errors if not |
Beta Was this translation helpful? Give feedback.
-
I found the cause of the chat responses not appearing: when chat.math.enable is set to true, it seems to affect the display. Screen.Recording.2025-08-16.at.10.02.20.mov |
Beta Was this translation helpful? Give feedback.
I found the cause of the chat responses not appearing: when chat.math.enable is set to true, it seems to affect the display.
Screen.Recording.2025-08-16.at.10.02.20.mov