jasonplatts / nova-todo

A Panic Nova extension for todo and fixme management.
https://extensions.panic.com/extensions/jasonplatts/jasonplatts.TODO/
MIT License
29 stars 7 forks source link

Too Many Workspace Files #9

Closed Babelfisch closed 3 years ago

Babelfisch commented 3 years ago

Whenever saving a file the extension brings up this message:

Too Many Workspace Files Monitoring the current workspace would cause this extension to become unresponsive. Please consider adding additional excluded paths in preferences or including a git ignore file.

I globaly ignore all extension with the exception of .php files but the TODO sidebar is empty (No profiles have been created.)

What can I do?

jasonplatts commented 3 years ago

Hi @Babelfisch. Thanks for sharing the issue you are having with the TODO extension. This problem error occurs when there are more than 300 files being processed, which, unfortunately, is currently necessary to prevent the extension from becoming unresponsive. I am working on a different solution that should eliminate these frustrations and hope to be able to release the update soon.

In the meantime, I might suggest take another look over your workspace and ignore any directories that contain a large number of files. You can ignore specific paths, specific directories and file names, as well as specific extensions. Another suggestion is to double check that your ignore preferences are being saved. This is a bug with Nova that Panic plans to fix in an upcoming release. See, https://github.com/jasonplatts/nova-todo/issues/8

I hope this helps.

jasonplatts commented 3 years ago

Hi again @Babelfisch. I pushed an update to the extension (v0.4) a few moments ago that should address this problem. Please let me know if you still have problems using the extension in your workspaces. Thanks!

Babelfisch commented 3 years ago

Seems to be working. Thanks!