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
in the latest release, a new shortcut was introduced for when a file couldn't show differences, to quickly open the external diff/merge editor.
the chosen shortcut for this was Ctrl+D (resp. the cmd button for mac).
Now is this shortcut already taken by the internal diff viewer to discard changes. This seems like a very dangerous conflict of shortcuts as for regular files with changes, executing the wrong context (because your mouse is in an unexpected place for example) will result in the loss of code changes without any way to retrieve them.