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

Copy GitHub Permalink in LHS of a PR diff generates a link to the RHS

Open joyceerhl opened this issue 3 years ago • 0 comments

  • Extension version: v0.47.2022080109
  • VSCode Version: 1.70-insider (insiders.vscode.dev)
  • OS: Windows 11

Steps to Reproduce:

  1. Open a diff for a changed file in a PR
  2. Set cursor in LHS
  3. Copy permalink
  4. :bug: permalink references the PR branch HEAD commit
  5. Right click on the changed file from the PR view and select Open Original File
  6. Copy permalink
  7. :bug: permalink still references PR branch HEAD commit. It should ideally reference the commit associated with the original file

joyceerhl avatar Aug 02 '22 04:08 joyceerhl