Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support view to DVC container #1817

Merged
merged 4 commits into from
Jun 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.com/invite/dvwXA2N)",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[F] Discord invite to be updated when we get a new invitation from here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[F] Issues link will go to 404 until the repo is open source.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

"when": "true"
}
],
"walkthroughs": [
Expand Down