File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 803803 "command" : " deepnote.refreshExplorer" ,
804804 "when" : " view == deepnoteExplorer" ,
805805 "group" : " navigation@3"
806+ },
807+ {
808+ "command" : " deepnote.environments.create" ,
809+ "when" : " view == deepnoteEnvironments" ,
810+ "group" : " navigation@4"
811+ },
812+ {
813+ "command" : " deepnote.environments.refresh" ,
814+ "when" : " view == deepnoteEnvironments" ,
815+ "group" : " navigation@5"
806816 }
807817 ],
808818 "editor/context" : [
14321442 "when" : " resourceLangId == python && !isInDiffEditor && isWorkspaceTrusted"
14331443 }
14341444 ],
1435- "view/title" : [
1436- {
1437- "command" : " deepnote.environments.create" ,
1438- "when" : " view == deepnoteEnvironments" ,
1439- "group" : " navigation@1"
1440- },
1441- {
1442- "command" : " deepnote.environments.refresh" ,
1443- "when" : " view == deepnoteEnvironments" ,
1444- "group" : " navigation@2"
1445- }
1446- ],
14471445 "view/item/context" : [
14481446 {
14491447 "command" : " deepnote.revealInExplorer" ,
You can’t perform that action at this time.
0 commit comments