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
Expand Selection (editor.action.smartSelect.expand) and Shrink Selection (editor.action.smartSelect.expand) stops working correctly if the R code chunk is inside a fenced div. It expands to select everything or select none.
Steps to reproduce
Following R code cell is an example where this behavior occurs. Expand Selection doesn't expand to brackets or line, it expands to all in the cell.