Skip to content

Commit 9981bd9

Browse files
authored
Add support view to DVC container (#1817)
* add support view with github issues and discord chat buttons * update discord invite link
1 parent 8a8ec52 commit 9981bd9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

extension/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,10 @@
12481248
"id": "dvc.views.plotsPathsTree",
12491249
"name": "Plots",
12501250
"when": "dvc.commands.available && dvc.project.available"
1251+
},
1252+
{
1253+
"id": "dvc.views.support",
1254+
"name": "Support"
12511255
}
12521256
]
12531257
},
@@ -1295,6 +1299,11 @@
12951299
{
12961300
"view": "dvc.views.plotsPathsTree",
12971301
"contents": "No Plots to Display."
1302+
},
1303+
{
1304+
"view": "dvc.views.support",
1305+
"contents": "[$(github) Github Issues](https://github.com/iterative/vscode-dvc/issues)\n[$(comment-discussion) Discord](https://discord.gg/BGCjJHvDHt)",
1306+
"when": "true"
12981307
}
12991308
],
13001309
"walkthroughs": [

0 commit comments

Comments
 (0)