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
Testing #111552, with a closer look at last checked item in #109549 (clicking on an issue in cell output and navigating back to VS Code).
Focus on a cell and run it:
Click on an issue from its output
Return to VS Code, looks like focus on the cell was lost:
However, I tried changing language mode, and it successfully picked up that cell and changed it to markdown:
Could we indicate focus on this cell (/when users interact with or click on the output area) in some way? i.e. still include the blue border around the cell, or some sort of border/shading around the output?
The text was updated successfully, but these errors were encountered:
@rebornix we seem to add a class cell-output-hover on cell-inner-container when hovering on the cell output. If we could add a similar class for when the output has focus, we can tweak the focus rules and give the cell focus.
Testing #111552, with a closer look at last checked item in #109549 (clicking on an issue in cell output and navigating back to VS Code).
Focus on a cell and run it:
Click on an issue from its output
Return to VS Code, looks like focus on the cell was lost:
However, I tried changing language mode, and it successfully picked up that cell and changed it to markdown:
Could we indicate focus on this cell (/when users interact with or click on the output area) in some way? i.e. still include the blue border around the cell, or some sort of border/shading around the output?
The text was updated successfully, but these errors were encountered: