microsoft / vscode-jupyter-powertoys

PowerToys for Jupyter notebooks in VS Code
MIT License
73 stars 18 forks source link

command 'jupyter.notebookeditor.restartkernel' not found when clicking "Restart Kernel" button of a session #68

Closed gjsjohnmurray closed 1 year ago

gjsjohnmurray commented 1 year ago

When debugging an extension I wanted to restart a kernel from the button on an Active Sessions entry, I saw this message in the debug console:

rejected promise not handled within 1 second: Error: command 'jupyter.notebookeditor.restartkernel' not found
gjsjohnmurray commented 1 year ago

It also appears in the Extension Host channel of the Output view regardless of whether or not I am debugging something.