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 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" : {
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments