microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.6k stars 273 forks source link

fileWatcher CPU 100% #10060

Open olegKusov opened 1 month ago

olegKusov commented 1 month ago

Steps to Reproduce:

  1. im using SVN repository.

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

If I disable Remote - SSH extensions (Remote - SSH, Remote - SSH: editing configuration files, Remote Explorer) the problem do not exists.

connor4312 commented 1 month ago

Potentially changes in https://github.com/microsoft/vscode-remote-ssh/compare/remote-ssh.0.110.1...remote-ssh.0.112.0#diff-748f338a0405f0c0c6306e0670469d1e6ed71fa5daed485a87aabcbab82541a2 might have introduced some kind of pathological case.

@olegKusov if possible, could you share your SSH config file(s) so we can get a repro? Feel free to redact IP's etc.