GitHub Copilot in VS2022 hung while running in not very good network conditions #116906
Unanswered
BaZzz01010101
asked this question in
Copilot
Replies: 2 comments 7 replies
-
Hi, did you manage to fix it? I have the same problem |
Beta Was this translation helpful? Give feedback.
6 replies
-
@BaZzz01010101 interesting that this is working in the first few moments that you launch Visual Studio. Then just in case we need to contact you for live demo |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
Recently, my ISP has started experiencing issues with packet loss on some connections. Specifically, copilot-proxy.githubusercontent.com has up to 15% packet loss. At the same time, I noticed that the Copilot extension in my VS2022 became almost unusable. It works for a very short time after Visual Studio starts and then stops working. Sometimes, Copilot recovers if I don't use VS for a long time, but usually only restarting VS helps. However, this only resolves the issue for a few minutes.
The Copilot Log does not contain any errors or warnings, only lines like this:
I assume that the extension has a buffer for API requests. The extension is constantly sending requests for code suggestions. If this buffer doesn't have enough size and the timeout is too high, it could overflow due to lost responses. This could explain the problem.
Is there any chance to get some insights from the development team?
Beta Was this translation helpful? Give feedback.
All reactions