code
code copied to clipboard
Opening folder mounted with sshfs that contains a git repo causes long load times
I have a folder I mount with sshfs so I can edit the files on my local machine. Trying to open the folder in code causes the program to freeze.
To Reproduce
Steps to reproduce the behavior:
- Mount a folder containing a git repo with
sshfs - Open folder in code
- Wait for files to scan
- Keep waiting
Expected behavior
Should open folder, maybe with a timeout for git status.
Platform Information

- [x] I'm using the latest released stable version
More information and discussion at elementary/files/issues/1156
Maybe we could look at throttling or stopping certain activities when using Code over a slow link but its not a priority.