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 cell reveal when followCellExecution enabled and notebook tab not active (microsoft#250646)
* Initial plan for issue
* Fix cell reveal when followCellExecution enabled and notebook tab not active
- Add ensureNotebookEditorVisible function to bring notebook tab into view before revealing cells
- Modify runCell function to ensure notebook editor is visible when autoReveal is enabled
- Update all runCell calls to pass editorService for finding and opening notebook editor
- Fixes issue where cells were not revealed when notebook tab was not currently active
Co-authored-by: Yoyokrazy <12552271+Yoyokrazy@users.noreply.github.com>
* whitespace
* rm obvious comment + revealIfOpened
* the actual correct solution
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Yoyokrazy <12552271+Yoyokrazy@users.noreply.github.com>
Co-authored-by: Michael Lively <milively@microsoft.com>
0 commit comments