Skip to content

Commit

Permalink
fix stop command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed May 8, 2023
1 parent fa9059b commit 4bfefa4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@
"category": "DVC"
},
{
"title": "Stop Running Queued Experiment(s)",
"command": "dvc.stopQueuedExperiments",
"title": "Stop Running Experiment(s)",
"command": "dvc.stopExperiments",
"category": "DVC"
},
{
Expand Down Expand Up @@ -827,7 +827,7 @@
"when": "dvc.commands.available && dvc.project.available"
},
{
"command": "dvc.stopQueuedExperiments",
"command": "dvc.stopExperiments",
"when": "dvc.commands.available && dvc.project.available"
},
{
Expand Down Expand Up @@ -1287,11 +1287,6 @@
"when": "view == dvc.views.experimentsTree",
"group": "3_queue@3"
},
{
"command": "dvc.stopQueuedExperiments",
"when": "view == dvc.views.experimentsTree",
"group": "3_queue@5"
},
{
"command": "dvc.addExperimentsTableSort",
"when": "view == dvc.views.experimentsSortByTree",
Expand Down

0 comments on commit 4bfefa4

Please sign in to comment.