-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Add file tree exclude in core #10634
Comments
Comment by zaggino Fine with me, but there should be some sort of icon/indicator that there were some entries hidden from the file tree and the user would be taken to the filter settings when he clicks that icon. |
Comment by petetnt Check out my enhancement proposal called edit: I'll just add it here:
|
Comment by asthomasdk This would indeed be good to have built in. We have huge performance issues with new environments on our default projects - until we install https://github.com/zaggino/brackets-file-tree-exclude - after which they go away. |
Issue by ficristo
Friday May 13, 2016 at 08:14 GMT
Originally opened as adobe/brackets#12417
Right now every time an user has a performance issue one of the first things is to ask to install an extension so to exclude some files from the watchers.
It would be nice to have it in the core, to reduce these issues.
It would be help my PR adobe/brackets#12190 because then I could read to exclude list from the configuration.
Plus all of these extensions seems to mess with a private method
_indexFilter
which could results in some problems in the future.There are some extensions but I was mostly think to this one:
https://github.com/zaggino/brackets-file-tree-exclude
/cc
@
zagginoThe text was updated successfully, but these errors were encountered: