Can't start Run by line when the cell toolbar is hidden #7630
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-run-by-line
verified
Verification succeeded
Milestone
VS Code 1.61.0-insider + Jupyter extension v2021.9.1001261101
open an ipynb file.
turn off the cell toolbar by toggling the following setting to "jupyter-notebook": "hidden"
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "hidden"
},
No entry point for the "run by line" feature at this point (no command or other UI piece for run by line).
The text was updated successfully, but these errors were encountered: