microsoft / microsoft/vscode-remote-release
Tunnel becomes unresponsive after large number of file changes
Open
@connor4312 is already working on this.
Since Sep 25, 2024.
bug
tunnels
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 469
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Summary
When a large number of file changes are introduced in a short period, e.g. an installation process, the tunnel server becomes unresponsive.
Details
- VSCode Version: 1.92.2 (Universal)
- Local OS Version: macOS 14.6.1 (23G93)
- Remote OS Version: macOS 14.6.1 (23G93)
- Remote Extension/Connection Type: Server
- Logs: N/A
Steps to Reproduce:
- Connect to remove server via Remote Tunnel
- Introduce a large number of file changes from the terminal, in my case it is
yarn expo prebuild --clean. - Tunnel server becomes unresponsive for 30 minutes, e.g. File panel stays loading, terminal does not respond to keystrokes... etc.
Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: No, this requires the Tunnel extension.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.