vscode-jupyter
vscode-jupyter copied to clipboard
Jupyter Debug Current Cell command is available when no file are opened
This is visible when we have a python file opened as well.
Confusing as we have Jupyter: Debug Current Cell which works for python files using IW
We only need one Debug Cell. Should work in IW or notebooks.
jupyter.runAndDebugCell shows up in Notebooks.
jupyter.debugcurrentcell.palette shows up when I'm focused on a cell in a Python file that can be made to run in an IW.
When focusing on a cell in the IW, I opened the command palette and searched for debug, but didn't get any results from Jupyter.
I'm wondering what the expected results are?