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
"Open All Changes (with difftool)" action previously executed a directory comparison with external difftool (in my case, Meld). Feature was removed/broken following an update to v9.0.1, possibly while fixing bug #503 Open Changes (with difftool), which is similar but executed an individual file comparison for all changes.
GitLens Version: 9.0.1
VSCode Version: 1.2.9.1
OS Version: Ubuntu 18.04.1 LTS / Windows 10 Pro 1703/15063.1446
Steps to Reproduce:
In Source Control:Git panel, right click Changes heading to access context menu.
Observe "Open All Changes (with difftool)" is missing from context menu.
Assign a keybinding to "Open All Changes (with difftool)" command.
Observe that when command is executed via keyboard shortcut, the "Open Changes (with difftool)" action is incorrectly executed instead.
Possible solutions:
Either remove the "Open All Changes (with difftool)" keybinding shortcut from the list (fully deprecating the feature), or add "Open All Changes (with difftool)" action back to context menu and execute a
"directory comparison" with external difftool rather than a file comparison (as previously implemented).
The text was updated successfully, but these errors were encountered:
"Open All Changes (with difftool)" action previously executed a directory comparison with external difftool (in my case, Meld). Feature was removed/broken following an update to v9.0.1, possibly while fixing bug #503 Open Changes (with difftool), which is similar but executed an individual file comparison for all changes.
Steps to Reproduce:
Possible solutions:
Either remove the "Open All Changes (with difftool)" keybinding shortcut from the list (fully deprecating the feature), or add "Open All Changes (with difftool)" action back to context menu and execute a
"directory comparison" with external difftool rather than a file comparison (as previously implemented).
The text was updated successfully, but these errors were encountered: