ScooterSoftware / bcompare-vscode

Visual Studio Code extension to open Beyond Compare in several useful ways.
MIT License
7 stars 1 forks source link

Open Diff in Beyond Compare button doesn't take into account unsaved changes #11

Closed CalShucha-ScooterSoftware closed 8 months ago

CalShucha-ScooterSoftware commented 9 months ago

Using the Open Diff in Beyond Compare button will only take into account the saved version of the files and not any changes that have been made to them in the editor

ScooterAaron commented 9 months ago

When interacting with the Timeline, a user can see diffs, and clicking the bc-diffs button will call to Beyond Compare to show the same diff.

If the file is Unsaved, the VS Code interface will show the Unsaved file vs. the selected timeline entry. Launching BC-diff, however, will show the last saved (current local) version of the file instead vs. the selected timeline entry.