- Open a GitHub repo with the stable version of GHPRI installed
- Open the File > Share menu
- Copy GitHub Permalink, Copy GitHub HEAD Link, or Copy GitHub Permalink as Markdown
- 🐛 the active file path and line are included
We special-cased the file menu's behavior for copying vscode.dev links in the builtin GitHub extension and the Remote Repositories extensions to not copy the file path or line, so GHPRI's contributions to file/share are inconsistent (this is not a regression from the changes just checked into main). However @rzhao271 and @amunger had feedback that the file/share behavior was not what they expected, I think they expected it to relate to the active editor, in which case we would keep GHPRI's current behavior and change the vscode.dev link behavior.
Whatever we do here we should be consistent across all the copy link commands so I'm opening this issue to discuss the desired behavior.