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
Add Ctrl/Cmd+click support to open PR changes and session logs in second editor group (#7139)
* Initial plan
* Implement Ctrl/Cmd+click functionality for second editor group
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>
* Add tests and documentation for Ctrl/Cmd+click functionality
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>
* Add Ctrl/Cmd+click support to open PR changes and session logs in second editor group
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>
* rename args
* remove tests.
* improve view group handling
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
<aonClick={handleSessionLogClick}><buttonclassName='secondary'title="View session log (Ctrl/Cmd+Click to open in second editor group)">View session</button></a>
<divclassName="message">Copilot stopped work on behalf of <AuthorLinkfor={onBehalfOf}/> due to an error</div>
485
497
</div>
486
498
<divclassName="commit-message-detail">
487
-
<aonClick={()=>openSessionLog(event.sessionLink)}>Copilot has encountered an error. See logs for additional details.</a>
499
+
<aonClick={handleSessionLogClick}title="View session log (Ctrl/Cmd+Click to open in second editor group)">Copilot has encountered an error. See logs for additional details.</a>
0 commit comments