-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Deleting a folder and undo from Finder is not retrieving the folder in VS Code #29766
Comments
It looks like the undo event causes a CHANGED event on the folder instead of an ADD event. There are no ADD events for the contents of the folder either. Marking as important (not for June though) because I think this is a pretty bad regression from e.g. Chokidar where this works properly. Does not reproduce on Windows btw. |
@Tyriar I am still getting it and I am not 100% sure the only change that got in meanwhile (Axosoft/nsfw#24) would have an impact. I see it on macOS by just deleting a top level folder from the workspace and the undoing that. In the video below I use single folder workspace but nsfw is enabled via settings: Maybe worthwhile to report to NSFW? I can try to come up with a test case. |
I opened: Axosoft/nsfw#31 If we are unlucky then maybe we need to add manual code to detect this case and convert a |
Somehow this started to work for me again. Can others try too? When you use insiders nowadays you can simply open a single folder and you will get |
Hm nevermind, still seeing it, but not in all cases. This is super weird... |
Testing #29478
Sub Folder
Sub Folder
cmd+z
. Folder comes back in FinderExpected folder to come back in VS Code but not.
The text was updated successfully, but these errors were encountered: