File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments