Skip to content

Commit 3df7f50

Browse files
authored
Rename views tree to actions (#3275)
1 parent 96381a7 commit 3df7f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,8 @@
13151315
"when": "!dvc.commands.available || dvc.cli.incompatible || !dvc.project.available"
13161316
},
13171317
{
1318-
"id": "dvc.views.webviews",
1319-
"name": "Views",
1318+
"id": "dvc.views.actions",
1319+
"name": "Actions",
13201320
"when": "true"
13211321
},
13221322
{
@@ -1352,7 +1352,7 @@
13521352
},
13531353
"viewsWelcome": [
13541354
{
1355-
"view": "dvc.views.webviews",
1355+
"view": "dvc.views.actions",
13561356
"contents": "[$(beaker) Show Experiments](command:dvc.showExperiments)\n[$(graph-scatter) Show Plots](command:dvc.showPlots)\n[$(play) Run Experiment](command:dvc.runExperiment)"
13571357
},
13581358
{

0 commit comments

Comments
 (0)