Skip to content

Commit c2899d0

Browse files
committed
fix: Merge package.json extension menus
Signed-off-by: Tomas Kislan <tomas@kislan.sk>
1 parent f617a4e commit c2899d0

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,16 @@
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": [
@@ -1432,18 +1442,6 @@
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",

0 commit comments

Comments
 (0)