Everything becomes slow in VS Code when Copilot is enabled #10053
Replies: 29 comments 30 replies
-
Same issue here starting around days ago. My suspicion is that some recent updates have broken things. Haven't figured it out really. I had to disable the extension temporarily. |
Beta Was this translation helpful? Give feedback.
-
Same problem in small python project. |
Beta Was this translation helpful? Give feedback.
-
Same problem in Rust and Python projects. Even saving a file can take up to 7 seconds to complete. It makes the CPU chug very hard for a surprisingly long time even for a couple edits here and there. I can reliably fix this by disabling the copilot extension, and it reliably reoccurs when re-enabling the copilot extension. |
Beta Was this translation helpful? Give feedback.
-
Same issue and sketches me out a little ngl |
Beta Was this translation helpful? Give feedback.
-
Was working just fine for weeks, and now all of a sudden on a new Remix project it is slowing to a halt. I'm wondering if its parsing node_modules or something by mistake. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue here with C++ |
Beta Was this translation helpful? Give feedback.
-
same here, also with C++ project (on ubuntu and using latest vscode, if that matters). |
Beta Was this translation helpful? Give feedback.
-
Copilot has been really frustrating the developer experience the past couple of days - going to explore alternatives, as there are other options now. |
Beta Was this translation helpful? Give feedback.
-
I'm noticing the following pattern while working with Jupyter notebooks: when things get slow, Copilot status icon is spinning. Maybe some API is taking too much to return some answer or some API background service is crashing... |
Beta Was this translation helpful? Give feedback.
-
Same here. It's so slow that I've had to disable it. Come guys, this is a paid service and it's currently, for all practical purposes, broken |
Beta Was this translation helpful? Give feedback.
-
Check your activity monitor then maybe you will find out that some process is running with full cpu usage. |
Beta Was this translation helpful? Give feedback.
-
FYI, I switched to VSCode Insiders edition and this is no longer a problem. Copilot works and doesn't slow anything down. |
Beta Was this translation helpful? Give feedback.
-
As copilot constantly goes through your code to make sense out of it, it is expected that it'll slow your computer down a bit as it's constantly running on background while you're using vscode. You can minimize the workload by removing unused background tasks or maybe upgrade the computer if needed. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. I found that I can improve the speed again by executing "Developer: Reload Window" in VS Code. Then once it becomes slow again, I repeat it. Obviously not a great longterm solution but I'm sure this will be fixed eventually. |
Beta Was this translation helpful? Give feedback.
-
Any fix for this yet? Autopilot causing my Visual Studio 2023 run slow on my high end machine. |
Beta Was this translation helpful? Give feedback.
-
For me, the problem fixed up to 95% when I disabled "C/C++" extension. Now I only have "code runner" and "github copilot" extension. You guys can try this fix if it works. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. While working on a PHP linting extension I noticed that formatting the document is taking a very long time. When debugging the issue I noticed that You can reproduce the issue by creating an empty extension and add |
Beta Was this translation helpful? Give feedback.
-
I get that copilot might be going through the codebase and analyzing the code, thus it's responses might be slow, but my entire VS Code is slow. When I am typing something into the chat window the rendering of characters lag for an entire second or so, making it almost unusable. I don't have the most powerful PC in the world, but it's still a macbook pro core i7 16GB ram. Does anyone experience the same? |
Beta Was this translation helpful? Give feedback.
-
Working in Jupyter notebooks is becoming impossible. Most of the time, there are full seconds of delay between typing and characters appearing on the screen, particularly in markdown cells. The keyboard shortcut for disabling copilot completions isn't working as expected. I have tried the insiders release of vs code and the pre-release of copilot to no avail. This problem has only recently gotten insanely bad. Pylance and copilot also seem to be fighting each other. |
Beta Was this translation helpful? Give feedback.
-
Same problem in a small JavaFX project. I thought my IntelliJ was acting up. I opened jGrasp and a dialog box opened and said jGrasp opened to slowly and suggested I up grade my video driver. |
Beta Was this translation helpful? Give feedback.
-
I've reported a more specific issue at https://github.com/orgs/community/discussions/121204, where "Run cell" in Jupyter view of .py files in VSCode takes many seconds before actually running the code. |
Beta Was this translation helpful? Give feedback.
-
Same issue here sometimes it take seconds to save a file, and I'm using a really potent PC (12th gen Intel Core i7, 64GB of RAM, etc). It would be great if we could at least disable the copilot actions that run on file save. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Same issue. Seems like Intellisense is not as responsive anymore. Can't get any Intellisense feedback or suggestions or it's extremely slow like it's waiting for Copilot to finish something (even though it's not doing anything at the moment). |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Have same issue on Linux Ubuntu 22.04 ... having copilot activated slows my whole vscode |
Beta Was this translation helpful? Give feedback.
-
For people that have a large chat, try and create a new one by pressing the + button in vscode: I have a suspicion, that maybe copilot can't handle a chat that's too big, or that it generates something that takes a long time to analyze. This "fix", worked for me |
Beta Was this translation helpful? Give feedback.
-
My VS Code is unusable for typescript when enabling Copilot. I have disabled all extensions for testing this, and can confirm that Copilot alone can mess up your workflow badly. |
Beta Was this translation helpful? Give feedback.
-
So recently whenever I turn on Copilot, everything in my vscode starts slowing down. Intelligent never resolves, linting errors take forever, and basically all features outside of opening files and typing in them directly take a really long time to resolve.
Interestingly enough it doesn't even seem to help if I disable it for just typescript. It only get's fixed if I disable the extension itself.
Is anyone else having this issue?
is there a good way to peek into what's going on?
Beta Was this translation helpful? Give feedback.
All reactions