Skip to content
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

undo/redo copy and paste of a folder changes it to a file #111693

Closed
meganrogge opened this issue Dec 2, 2020 · 4 comments
Closed

undo/redo copy and paste of a folder changes it to a file #111693

meganrogge opened this issue Dec 2, 2020 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug file-explorer Explorer widget issues insiders-released Patch has been released in VS Code Insiders undo-redo Issues around undo/redo verified Verification succeeded
Milestone

Comments

@meganrogge
Copy link
Contributor

meganrogge commented Dec 2, 2020

Testing #111015

Ctrl C on the file copies it as expected
Ctrl V pastes the copy as expected
Ctrl Z removes the file as expected
Ctrl Y adds a file with the folder's name
Ctrl Z removes the file with the folder's name

recording (57)

@isidorn
Copy link
Contributor

isidorn commented Dec 2, 2020

Good catch, assigning to November to try to fix

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug file-explorer Explorer widget issues undo-redo Issues around undo/redo labels Dec 2, 2020
@isidorn isidorn added this to the November 2020 milestone Dec 2, 2020
@isidorn isidorn closed this as completed in 0be03ec Dec 2, 2020
@isidorn
Copy link
Contributor

isidorn commented Dec 2, 2020

I have fixed this that it now brings back the folder, however the folder is empty which is captured via this issue #111022

@meganrogge
Copy link
Contributor Author

meganrogge commented Dec 3, 2020

@isidorn still getting a file instead of a folder when I undo and redo even though it says insiders released. guessing it's actually not released yet.

@isidorn
Copy link
Contributor

isidorn commented Dec 3, 2020

@meganrogge I justr tried latest insiders and it works for me. Here are my steps, let me know if you are using different steps:

  1. Select a folder in the Explorer, Ctrl + C, Ctrl + V
  2. Ctrl + Z -> Folder copy gets deleted
  3. Ctrl + Y -> Folder gets brought back from trash as a folder

@meganrogge meganrogge added the verified Verification succeeded label Dec 3, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug file-explorer Explorer widget issues insiders-released Patch has been released in VS Code Insiders undo-redo Issues around undo/redo verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants
@isidorn @meganrogge and others