You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix commit links in PR description to open multi diff editor instead of browser (#7217)
* Initial plan
* Implement command to open commit changes in multi diff editor
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Address PR review feedback - move to static method and fix parameter naming
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Remove command registration and call static method directly
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Conditionally use href for commit links when PR not checked out
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Use review scheme URIs in openCommitChanges method
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix renames
* Replace ~1 syntax with actual parent commit SHA lookup
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Use the correct path
* nit
* Add OpenCommitChangesArgs type to common/views.ts and use it in pullRequestOverview and context
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* nit
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
0 commit comments