vscode-partial-diff icon indicating copy to clipboard operation
vscode-partial-diff copied to clipboard

Comparing Text with Clipboard: can I swap comparing code windows.

Open jitvimol opened this issue 1 year ago • 2 comments

Comparing Text with Clipboard: can I swap comparing code windows.

As the way I work, I have original code in vsode, and I have to copy revised code in clipboard. Now it compares revised code with original code.

I want to compare original code with revised code. (the other way around)

Btw, this extension is useful. Thanks

jitvimol avatar Aug 20 '24 09:08 jitvimol

+1

eduardolat avatar Apr 16 '25 03:04 eduardolat

hello @jitvimol @eduardolat

I forked the current repo and made some simple modifications. After making these changes, the content currently in the clipboard reflects the updated version(which shows on the right side of the window)). The packaged plugin can be found at this link

https://github.com/FarseaSH/vscode-partial-diff/releases/tag/1.4.4-clipboard-modified

FarseaSH avatar Jul 21 '25 15:07 FarseaSH