We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8ec52 commit 9981bd9Copy full SHA for 9981bd9
extension/package.json
@@ -1248,6 +1248,10 @@
1248
"id": "dvc.views.plotsPathsTree",
1249
"name": "Plots",
1250
"when": "dvc.commands.available && dvc.project.available"
1251
+ },
1252
+ {
1253
+ "id": "dvc.views.support",
1254
+ "name": "Support"
1255
}
1256
]
1257
},
@@ -1295,6 +1299,11 @@
1295
1299
{
1296
1300
"view": "dvc.views.plotsPathsTree",
1297
1301
"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"
1298
1307
1308
],
1309
"walkthroughs": [
0 commit comments