Open
Description
a couple cases that mis-behave
- open CITestResults.ipynb in vscode-jupyter repo
- in the configuration section, in the code
with open('.github_token', 'r') as f:
highlight just thef
at the end- press ctrl+d several times
🐛 loops around within that cell
- same file, same cell, highlight
f.
on the second line- press ctrl+d several times
🐛 selection changes to just
f
and goes through and highlights f characters from all cells