Skip to content

Commit 5ff2133

Browse files
committed
feat: tweak position
1 parent cda3e77 commit 5ff2133

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
@@ -714,6 +714,10 @@
714714
{
715715
"id": "editor.interactiveWindow.context",
716716
"label": "%jupyter.command.editor.interactiveWindow.context.label%"
717+
},
718+
{
719+
"id": "deepnote.explorer.context",
720+
"label": "Deepnote"
717721
}
718722
],
719723
"menus": {
@@ -782,6 +786,14 @@
782786
"when": "editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"
783787
}
784788
],
789+
"deepnote.explorer.context": [
790+
{
791+
"command": "deepnote.newProject"
792+
},
793+
{
794+
"command": "deepnote.importNotebook"
795+
}
796+
],
785797
"editor/title": [
786798
{
787799
"command": "jupyter.restartkernel",
@@ -955,12 +967,9 @@
955967
],
956968
"explorer/context": [
957969
{
958-
"command": "deepnote.newProject",
959-
"group": "Deepnote@1"
960-
},
961-
{
962-
"command": "deepnote.importNotebook",
963-
"group": "Deepnote@2"
970+
"submenu": "deepnote.explorer.context",
971+
"when": "isWorkspaceTrusted",
972+
"group": "navigation@10"
964973
},
965974
{
966975
"when": "resourceLangId == python && !notebookEditorFocused && isWorkspaceTrusted",

0 commit comments

Comments
 (0)