-
Notifications
You must be signed in to change notification settings - Fork 83
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
Review temp files hangs there after the fact #23
Comments
Maybe I will check if someone try to save it. On save I will show message that this file should not be saved as it's just a temporary thing and won't save it at all? I don't like user to have to cancel the review implicitly. |
It is a two parts problem. 1- Discard the file after Commit. 2- What to do when we do not want to Commit anymore. |
The file is already discarded after commit, isn't it? I'd like to protect this file from being saved to disk, but right now I can't find suitable vs code api event to do it. |
No the file does not get discarded after commit. It hangs there and I can redo the Commit how many times I want that it will perform the action. |
This should now close file after a commit. Wait for |
When we call to Review pending transfers, a file called sync-summary.json shows up on the editor and on the Working Files.
After we call Commit or close the file (since we don't have the Cancel operation here), the file just hangs there in the Working Files. At any time if we save this file it will be created in the root of the project.
I suggest to delete this file after Commit and to implement a Cancel to delete it before commit as well. Just to get rid with it and keep my Working Files clean. :)
The text was updated successfully, but these errors were encountered: