JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 87 forks source link

Open diff view on modified copied file #1581

Closed kazarmy closed 8 months ago

kazarmy commented 2 years ago

Is your feature request related to a problem? Please describe.

A file can be modified after it is copied (using svn). There should be a way to show the modifications clearly.

Describe the solution you'd like

The diff view opens after clicking, in the VSCode Source Control tab, on a copied file that has been modified. Currently, VSCode just opens a new editor tab with the copied file.

Describe alternatives you've considered

The "Show diff patch for selected" right-click menu option is closest to what I want, but it doesn't look very nice.