VSCodeTriageBot / testissues

Clone of the vscode issue stream.
36 stars 22 forks source link

Reduce file watcher use in Linux system by using inotify folder watch #48733

Open VSCodeTriageBot opened 3 days ago

VSCodeTriageBot commented 3 days ago

vscode is using a lot of file watchers. And on linux keep reaching the limits.

VScode appears to watch files instead of reusing watcher per folder (a folder watch includes change of files within that folder).

ex: Error: ENOSPC: System limit for number of file watchers reached,[...]