Skip to content

Commit

Permalink
Add support view to DVC container (#1817)
Browse files Browse the repository at this point in the history
* add support view with github issues and discord chat buttons

* update discord invite link
  • Loading branch information
mattseddon authored Jun 2, 2022
1 parent 8a8ec52 commit 9981bd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,10 @@
"id": "dvc.views.plotsPathsTree",
"name": "Plots",
"when": "dvc.commands.available && dvc.project.available"
},
{
"id": "dvc.views.support",
"name": "Support"
}
]
},
Expand Down Expand Up @@ -1295,6 +1299,11 @@
{
"view": "dvc.views.plotsPathsTree",
"contents": "No Plots to Display."
},
{
"view": "dvc.views.support",
"contents": "[$(github) Github Issues](https://github.com/iterative/vscode-dvc/issues)\n[$(comment-discussion) Discord](https://discord.gg/BGCjJHvDHt)",
"when": "true"
}
],
"walkthroughs": [
Expand Down

0 comments on commit 9981bd9

Please sign in to comment.