VS Code version: 1.19.3
Jupyter Extension version: 1.1.4
OS and version: OS X 10.13.3
As far as I can tell, the kernel management functions like jupyter.kernelRestart and jupyter.kernelInterrupt are only accessible by assigning them a custom key binding. Any reason to not let these be accessible from the command palette? Thanks!
Environment data
VS Code version: 1.19.3 Jupyter Extension version: 1.1.4 OS and version: OS X 10.13.3
As far as I can tell, the kernel management functions like
jupyter.kernelRestart
andjupyter.kernelInterrupt
are only accessible by assigning them a custom key binding. Any reason to not let these be accessible from the command palette? Thanks!