Replies: 1 comment 3 replies
-
I think the server hardware would probably be unrelated, it would either be the browser or the network connection. The terminal has to make round trips for every character but the editor does not, so latency is much more apparent in the terminal. As for ideas, maybe you can mess around with the terminal settings. For example there is one about GPU acceleration that seems to cause a lot of issues for people. There is also a predictive output setting that is supposed to make lag less noticeable, but we also have had reports that it is buggy, so toggling that may help. Ultimately, you might have to raise this upstream to the VS Code folks, we just wrap the web version of VS Code and do some light patching, but nothing that would cause this I think. Are you able to reproduce in GitHub Codespaces? |
Beta Was this translation helpful? Give feedback.
-
Has anyone noticed that typing into the Integrated Terminal is very slow and laggy? It happens in the default Bash shell, but feels a little more pronounced when I'm using PowerShell.
I'm running
code-server
as a Docker container on a headless Ubuntu Server Linux 24.04 system. The hardware is Ryzen 3900X 12-cores (24 threads), 64 GB DDR4 RAM, and an NVIDIA GeForce RTX 3060 12 GB, and a 1 TB NVMe SSD. It's a pretty fast bit of hardware, especially for a homelab Linux server.I don't have this problem in the VSCode code editor at all. It only happens in the integrated terminal.
I'm using Chrome on my Windows 11 system to access VSCode. I've also tried both Firefox and Chrome on an Android Samsung S7+ tablet, and the behavior is consistent. The typing in the Integrated Terminal is laggy.
Any suggestions on how to fix this? It makes development not so fun as running VSCode locally.
Beta Was this translation helpful? Give feedback.
All reactions