include 'create notebook' in the command pallette

This commit is contained in:
aamunger 2022-03-09 13:24:59 -08:00
parent bb1b3c3955
commit 3b9868b099
No known key found for this signature in database
GPG key ID: F2CA0C6303FC6B74

View file

@ -31,7 +31,9 @@
"commands": [
{
"command": "ipynb.newUntitledIpynb",
"title": "Jupyter Notebook"
"title": "New Jupyter Notebook",
"shortTitle": "Jupyter Notebook",
"category": "Create"
},
{
"command": "ipynb.openIpynbInNotebookEditor",
@ -53,15 +55,13 @@
"menus": {
"file/newFile": [
{
"command": "ipynb.newUntitledIpynb",
"when": "!jupyterEnabled"
"command": "ipynb.newUntitledIpynb"
}
],
"commandPalette": [
{
"command": "ipynb.newUntitledIpynb",
"when": "false"
},
{
"command": "ipynb.newUntitledIpynb"
},
{
"command": "ipynb.openIpynbInNotebookEditor",
"when": "false"