Skip to content

Commit 2fc13e6

Browse files
authored
Re-add show experiments and show plots to respective tree's view/title (#3314)
1 parent e974d22 commit 2fc13e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

extension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,13 +1242,8 @@
12421242
"group": "navigation@3"
12431243
},
12441244
{
1245-
"command": "dvc.views.experimentsTree.autoApplyFilters",
1246-
"when": "view == dvc.views.experimentsTree && !dvc.experiments.filter.selected",
1247-
"group": "navigation@4"
1248-
},
1249-
{
1250-
"command": "dvc.views.experimentsTree.disableAutoApplyFilters",
1251-
"when": "view == dvc.views.experimentsTree && dvc.experiments.filter.selected",
1245+
"command": "dvc.showExperiments",
1246+
"when": "view == dvc.views.experimentsTree",
12521247
"group": "navigation@4"
12531248
},
12541249
{
@@ -1321,6 +1316,11 @@
13211316
"when": "view == dvc.views.experimentsFilterByTree && dvc.experiments.filtered",
13221317
"group": "navigation@3"
13231318
},
1319+
{
1320+
"command": "dvc.showPlots",
1321+
"when": "view == dvc.views.plotsPathsTree",
1322+
"group": "navigation@1"
1323+
},
13241324
{
13251325
"command": "dvc.views.plotsPathsTree.selectPlots",
13261326
"when": "view == dvc.views.plotsPathsTree",

0 commit comments

Comments
 (0)