You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Open a file and make some changes to it
don't save
right click on the file in the file tree > delete
==> "External Change"
This is coming from the FileSyncManager.presentConflicts
This is fine when the change is external but we should try to avoid this dialog and prompt the user to save before deleting the file on disk. It's a confusing user experience.
The text was updated successfully, but these errors were encountered:
@JeffryBooher I believe this is a dupe of #8610 and/or #4760. #8610 does already discuss showing a prompt before the deletion instead of waiting until after.
Open a file and make some changes to it
don't save
right click on the file in the file tree > delete
==> "External Change"
This is coming from the
FileSyncManager.presentConflicts
This is fine when the change is external but we should try to avoid this dialog and prompt the user to save before deleting the file on disk. It's a confusing user experience.
The text was updated successfully, but these errors were encountered: