DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Feature request: Add kernel management to command palette #110

Open malmaud opened 6 years ago

malmaud commented 6 years ago

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 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!