vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Make "rename" action more clear in review mode

Open connor4312 opened this issue 2 years ago • 1 comments

Currently, if a file is renamed, it's quite hard to tell what's going on. The entry looks like this

image

Clicking on the file opens an empty clean diff, and the tooltip on the tree view item is just its path. At minimum, the file could have a tooltip saying "Renamed [old path] to [new path]". Ideally opening the diff would be more clear, too.

connor4312 avatar Jun 17 '22 22:06 connor4312

The diff is basically the same as what the built-in git extension does for renames. I will add a better tooltip though.

alexr00 avatar Jun 24 '22 11:06 alexr00

Verified. I see the new old => new tooltip now.

IanMatthewHuff avatar Aug 23 '22 20:08 IanMatthewHuff