Hi,
Whenever I run the plugin in my neovim, the plugin will start hundread of thousand file watchers, until the system limit's is reached. I assume it's because it tried to watch from node_modules and various things like that, so I added some ignore file. But still I'm seeing augment code eating a huge amount of file watchers on my system.
Any idea? Doesn't the plugin have a configurable limit of items that can be watched? I feel there might be something under optimized here in any way
thanks
Hi,
Whenever I run the plugin in my neovim, the plugin will start hundread of thousand file watchers, until the system limit's is reached. I assume it's because it tried to watch from
node_modulesand various things like that, so I added some ignore file. But still I'm seeing augment code eating a huge amount of file watchers on my system.Any idea? Doesn't the plugin have a configurable limit of items that can be watched? I feel there might be something under optimized here in any way
thanks