-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
extension/package.json
Outdated
}, | ||
{ | ||
"view": "dvc.views.support", | ||
"contents": "[$(github) Github Issues](https://github.com/iterative/vscode-dvc/issues)\n[$(comment-discussion) Discord](https://discord.com/invite/dvwXA2N)", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Looks cool, thanks @mattseddon ! |
Code Climate has analyzed commit 71040b1 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.8% (0.0% change). View more on Code Climate. |
This view was in the original design from a long time ago. Seems like a good time to add it now.
Demo
Screen.Recording.2022-06-02.at.4.29.22.pm.mov
Note: As per the demo this view can be minimised by the user.