Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Windows: expanding a folder in the tree view locks it and it cannot be deleted #718

Closed
andreialecu opened this issue Feb 4, 2016 · 3 comments

Comments

@andreialecu
Copy link

This is a now almost two year old issue described in: atom/atom#3365

Relevant line:

@watchSubscription ?= PathWatcher.watch @path, (eventType) =>

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

@lee-dohm
Copy link
Contributor

lee-dohm commented Feb 4, 2016

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.

@kumarharsh
Copy link
Contributor

kumarharsh commented Sep 6, 2016

@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?

@Ajedi32
Copy link

Ajedi32 commented Dec 13, 2016

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants