pulsar
pulsar copied to clipboard
Git: Revert deleted file fails
Thanks in advance for your bug report!
- [X] Have you reproduced issue in safe mode?
- [X] Have you used the debugging guide to try to resolve the issue?
- [X] Have you checked our FAQs to make sure your question isn't answered there?
- [X] Have you checked to make sure your issue does not already exist?
- [X] Have you checked you are on the latest release of Pulsar?
What happened?
When a file has been deleted in a folder version controlled through git then the "Discard changes" function doesn't work.
I would expect that the deleted file will be created back again including the creation of the folder and its parents the file was deleted from.
Pulsar version
1.115.2024032304
Which OS does this happen on?
🪟 Windows
OS details
Version 10
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
- Delete a file in a git version controlled folder
- Restore the file (Discard changes) from the git panel
- Observe that the file stays deleted and an exception in the DevTools
Additional Information:
DevTools exception:
This is not a high priority on my side - I just wanted this issue to be noted here.