Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Some other folks have reported resource issues with the client as well, but I am not sure what causes it. You might have better luck asking the VS Code folks upstream, we just wrap the web version of VS Code and do a bit of patching so we are not nearly as knowledgeable as they are. If you can, reproducing with VS Code web directly (run Either way, to debug probably some browser profiling will be required. Do you have a specific way to reproduce? Does it happen after specific actions, or randomly? |
Beta Was this translation helpful? Give feedback.
-
I was using a vs code extension from this project https://github.com/evidence-dev/evidence I have disabled it and since then, I have not experienced this issue once. I think you were right and this had nothing to do with this project. I guess I was quick to assume it was being caused by code-server. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am very grateful to this project, as it has completely transformed the way I develop. Today, I run my development directly on the VM where the code is deployed. It is simply fantastic.
However, the more dependant I became on Code Server, the more I needed it to perform reliably. This has been a sore point lately.
As you can see below, Chrome's task manager shows a CPU utilisation of 300 percent on my MacBook Pro (with an M2 chip):
The issue also seems to be accompanied by this message:
The good news is that the VM is healthy and have plenty of resources. So the issue is on the machine using the code server as a PWA (a progressive web app):
I would appreciate any hints on how to troubleshoot this issue, it has been killing my productivity in the last few days.
Beta Was this translation helpful? Give feedback.
All reactions