Skip to content

Commit d72d821

Browse files
committed
feat: tweak position
1 parent 019ef1b commit d72d821

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

package.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,10 @@
728728
{
729729
"id": "editor.interactiveWindow.context",
730730
"label": "%jupyter.command.editor.interactiveWindow.context.label%"
731+
},
732+
{
733+
"id": "deepnote.explorer.context",
734+
"label": "Deepnote"
731735
}
732736
],
733737
"menus": {
@@ -796,6 +800,14 @@
796800
"when": "editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"
797801
}
798802
],
803+
"deepnote.explorer.context": [
804+
{
805+
"command": "deepnote.newProject"
806+
},
807+
{
808+
"command": "deepnote.importNotebook"
809+
}
810+
],
799811
"editor/title": [
800812
{
801813
"command": "jupyter.restartkernel",
@@ -969,12 +981,9 @@
969981
],
970982
"explorer/context": [
971983
{
972-
"command": "deepnote.newProject",
973-
"group": "Deepnote@1"
974-
},
975-
{
976-
"command": "deepnote.importNotebook",
977-
"group": "Deepnote@2"
984+
"submenu": "deepnote.explorer.context",
985+
"when": "isWorkspaceTrusted",
986+
"group": "navigation@10"
978987
},
979988
{
980989
"when": "resourceLangId == python && !notebookEditorFocused && isWorkspaceTrusted",

0 commit comments

Comments
 (0)