File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 717717 }
718718 ],
719719 "menus" : {
720+ "view/title" : [
721+ {
722+ "command" : " deepnote.newProject" ,
723+ "when" : " view == deepnoteExplorer" ,
724+ "group" : " navigation@1"
725+ },
726+ {
727+ "command" : " deepnote.importNotebook" ,
728+ "when" : " view == deepnoteExplorer" ,
729+ "group" : " navigation@2"
730+ },
731+ {
732+ "command" : " deepnote.refreshExplorer" ,
733+ "when" : " view == deepnoteExplorer" ,
734+ "group" : " navigation@3"
735+ }
736+ ],
720737 "editor/context" : [
721738 {
722739 "submenu" : " editor.interactiveWindow.context" ,
937954 }
938955 ],
939956 "explorer/context" : [
957+ {
958+ "command" : " deepnote.newProject" ,
959+ "group" : " Deepnote@1"
960+ },
961+ {
962+ "command" : " deepnote.importNotebook" ,
963+ "group" : " Deepnote@2"
964+ },
940965 {
941966 "when" : " resourceLangId == python && !notebookEditorFocused && isWorkspaceTrusted" ,
942967 "command" : " jupyter.runFileInteractive" ,
You can’t perform that action at this time.
0 commit comments