Skip to content

Commit 6001611

Browse files
authored
Merge pull request microsoft#146023 from microsoft/dev/joyceerhl/newfile
Display Jupyter New File contribution in Notebooks group
2 parents 6fcc175 + 31c338e commit 6001611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/ipynb/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"menus": {
5656
"file/newFile": [
5757
{
58-
"command": "ipynb.newUntitledIpynb"
58+
"command": "ipynb.newUntitledIpynb",
59+
"group": "notebook"
5960
}
6061
],
6162
"commandPalette": [

0 commit comments

Comments
 (0)