This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[File watchers] Externally copied file appears twice in watched folder #6537
Comments
Reproduced, but only on windows with build 0.36.0-11405. |
Well this is a little unsettling... cc @iwehrman. I followed the smokes steps and boiled it down to this:
After that, I get this error below
That tells me that something at the file system got really messed up. The original path |
Immediately after pasting
|
FBNC @bchintx |
@peterflynn @jasonsanjose the original issue seems to be resolved. The only thing that concerns me at this point, is the fact that things get messy once you start renaming the created folder and copy/move/delete files from/into this folder. I assume you already have an issue filed for it, right? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Win7, if I copy-paste a file into a watched folder, the containing folder expands automatically to show two entries for the new file. Deleting the file from disk leaves an orphaned entry in the project list.
Steps to Reproduce:
Observed:
At step 6, the 'watcher' folder does automatically expand as soon as the README.md file is added to the 'watcher' folder via File Explorer. The expanded watcher folder contains two entries for README.md.
Continued Steps to Reproduce:
2. Delete the copied file README.md from the watcher folder using File Explorer. Notice that only one entry is deleted from the project tree in Brackets.
3. Click on that one entry, and Brackets displays the "Error opening file" message box.
The orphaned entry doesn't go away until you restart Brackets.
The text was updated successfully, but these errors were encountered: