You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
libuv in node apparently fixed this a while ago by adding a recursive flag which supposedly helps with not locking the folder any more: joyent/libuv#1473 (comment)
Just need to set up the watch at the top level.
Also brackets had a similar issue and they fixed it here: adobe/brackets#6551
The text was updated successfully, but these errors were encountered:
Thanks for all the information. Rather than opening an additional issue, I think we'd like to keep tracking it in the original. I've notified the developers of the information you've shared.
@lee-dohm apparently it's been discovered here that the responsibility for fixing the locking problem is with tree-view, but apparently no new issue was raised. Perhaps this can be reopened?
@lee-dohm To be clear, one of the maintainers of the repository on which the original issue was opened (@50Wliu) has suggested that a new issue be opened here on this repository. Rather than do that, it seems like it'd be better to just reopen this issue instead.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a now almost two year old issue described in: atom/atom#3365
Relevant line:
tree-view/lib/directory.coffee
Line 154 in 5a9656b
Related:
atom/node-pathwatcher#101
nodejs/node#375
libuv
in node apparently fixed this a while ago by adding a recursive flag which supposedly helps with not locking the folder any more:joyent/libuv#1473 (comment)
Just need to set up the watch at the top level.
Also brackets had a similar issue and they fixed it here:
adobe/brackets#6551
The text was updated successfully, but these errors were encountered: