Add the reverse of the existing built-in Revert Block command. The functionality is inspired by Git Stage diff view (issue 206808) Known limitation:
API for adding the action (contribDiffEditorGutterToolBarMenus) has proposal status.
due to a bug in VS Code a duplicated editor is opened for left-side edits (submitted bug 234097)
Related changes:
dropped custom icons for Apply/Discar - replaced with built-in
changed the naming for Revert action - it's now called Discard
changed the logic for Revert/Discard to align it better with the wireframes
added Reload Last Resolutions command - similar to previous logic in Revert/Discard. The main use case is to view the solutions again i.e. after the changes were unstaged or after a branch was changed.
Add the reverse of the existing built-in Revert Block command. The functionality is inspired by Git Stage diff view (issue 206808) Known limitation:
Related changes:
Reference-Url: https://github.com/microsoft/vscode/issues/234097 Reference-Url: https://github.com/microsoft/vscode/issues/206808