Copilot Chat not applying file changes, messages disappear, and no git actions occur (VS Code Windows) #178664
Replies: 1 comment
-
|
💬 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Copilot Feature Area
VS Code
Body
Hi everyone 👋
I'm experiencing issues with GitHub Copilot Chat inside VS Code.
Problem
Copilot Chat shows suggested file changes but does not apply them to actual files
It suggests git commands but no commits or deploys occur
Sometimes the chat stops responding — messages disappear
Reinstalling the extensions temporarily fixes it, but problem returns
Environment
Windows 10
VS Code (latest version)
Extensions installed:
GitHub Copilot
GitHub Copilot Chat
Repo deployed to GitHub + Vercel (Vite frontend + FastAPI backend)
What's happening
✅ Copilot assistant responds
❌ But it doesn't modify project files
❌ git status shows clean state
❌ Sometimes chat input disappears, like it's not responding
Actions taken
Reinstalled extensions
Restart VS Code + system
Verified repo + permissions
Verified local Git is working
No visible errors in UI
Expectation
Copilot should:
Apply edits to actual files when requested
Not lose chat messages
Allow git + project workflow as expected
Help request
Is this a known issue?
Any logs I can share or feature flag to reset?
Is there a workaround?
Thanks in advance 🙏
Beta Was this translation helpful? Give feedback.
All reactions