Skip to content

Commit

Permalink
Merge pull request #144789 from amunger/aamunger/CreateNotebook
Browse files Browse the repository at this point in the history
include 'create notebook' in the command pallette
  • Loading branch information
amunger authored Mar 15, 2022
2 parents 204bac0 + 3b9868b commit 70182c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extensions/ipynb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"commands": [
{
"command": "ipynb.newUntitledIpynb",
"title": "Jupyter Notebook"
"title": "New Jupyter Notebook",
"shortTitle": "Jupyter Notebook",
"category": "Create"
},
{
"command": "ipynb.openIpynbInNotebookEditor",
Expand All @@ -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"
Expand Down

0 comments on commit 70182c0

Please sign in to comment.