Auto Swap DiffVS Code extension that automatically swaps diff editor sides so the modified (working-tree) file appears on the left — like Eclipse does by default. Why?VS Code shows diffs with the original (HEAD) on the left and modified file on the right. If you're used to Eclipse-style diffs where the working copy is on the left, this extension fixes that automatically. How it worksWhen you open a git diff from the Source Control panel, the extension:
This happens instantly and transparently. Settings
Commands
InstallationFrom VSIX
Build from source
|