vscode-dvc
vscode-dvc copied to clipboard
Machine learning experiment tracking and data versioning with DVC extension for VS Code
First follow-up from https://github.com/iterative/vscode-dvc/pull/2617. Seems like we need to do the same check in a few different places, I considered adding a more general object util but this is what...
Select (click the circle beside the experiment name) one or more up to 7 experiments in the table view to visualize in the Plots Dashboard. screenshot Use DVC: Show Plots...
* have columns change on column drop instead of on column drag ## Todo - [x] Fix tests (and possibly add new ones if needed) ## Demo https://user-images.githubusercontent.com/43496356/195958396-7ee15478-0ccd-4867-b546-1958b8d258e9.mov Fixes #2421
See https://iterativeai.slack.com/archives/C01RB7BTG4C/p1666046325944219?thread_ts=1666044263.449979&cid=C01RB7BTG4C As part of trying to recover from this error, I had to build the VSIX locally. This PR adds an upload step so that the VSIX built by...
This PR will disable the left-click trigger for the context menu, as part of https://github.com/iterative/vscode-dvc/issues/2256 It also moves the header components to a sub-folder to help navigation a bit.
This PR will remove the leaf-only restriction for the "Hide Column" context menu option in the experiment table's headers. Part of https://github.com/iterative/vscode-dvc/issues/2256 I'm having problems with my demo and get-started...
Hello there. As a set of adoption actions for the extension , I would like to open a discussion about a couple of main actions that might help with product...
DVC `metrics`, `params` and `plots` commands support `--targets` that allow to use the command without requiring `dvc init` / `dvc.yaml`. For example, all the following renders as expected in a...