Copilot Request Spike After Visual Studio Insiders Update #189328
Replies: 2 comments
-
|
Thanks for flagging this — really useful heads up. I haven't personally hit the same spike, but your findings make sense. The new Copilot UI in VS Insiders likely introduced background requests (context gathering, inline suggestions, or chat prefetching) that weren't there before — and those can add up fast without you realizing it. The fact that switching back to VS Enterprise 2026 (stable) immediately normalized your usage is a strong signal that it's build-specific, not workflow-related. A few things worth checking while you wait on the GitHub support ticket:
Hopefully GitHub's team can pinpoint it from the logs on their end. Would be good to hear what they come back with. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @John-Wilson-Omar! 👋 To refactor code using GitHub Copilot in Visual Studio, here are the best approaches: 🛠️ Methods to Refactor with Copilot1. Inline Chat (Ctrl+Alt+I)
2. Copilot Chat Panel
3. Smart Actions (Lightbulb)
4. Code Comments
🎯 Example Prompts
⚡ Pro Tips
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
Visual Studio
Body
I wanted to flag something in case other developers have seen similar behaviour.
After updating Visual Studio Insiders yesterday, there appeared to be a UI update to GitHub Copilot. Following this update, I experienced a very unusual spike in request usage. A single session of using CLaude Opus 4.6 ended up consuming roughly 816 requests
requests for the day which is far beyond what I’ve ever seen before, where previously I would average around 100 requests per day.
For context, I’ve been using Copilot consistently for over a year with a very similar workflow and have never experienced anything close to this level of request consumption. The spike occurred shortly after the update, with around $33 worth of requests recorded in one day.
As a test, I switched back to Visual Studio Enterprise 2026 (standard/stable channel) and since doing so my Copilot request usage has returned to normal levels under the same workflow. That suggests the behaviour may be related to the latest Insiders build and/or Copilot UI changes introduced in that update.
I’ve already raised a support ticket with GitHub outlining the spike and the timeline of events. In the meantime, if anyone else is using Visual Studio Insiders, it may be worth being cautious with the latest update until there’s more clarity.
If others have seen similar spikes after the update, it would be useful to compare notes
Beta Was this translation helpful? Give feedback.
All reactions