vscode-dvc
vscode-dvc copied to clipboard
Machine learning experiment tracking and data versioning with DVC extension for VS Code
One of the common feedbacks we are getting is that experiment names are not meaningful w/o metrics in the side panel and in the plots webview. We need to introduce:...
It is evident that users are confused about what the circle beside the EXPs is for. Also if the user opens Plots, but no EXPs are selected, the Plots view...
When adding experiments to Plots, I'd like to see at least some info about the experiments I am adding because experiment names don't tell me anything useful. An idea: Maybe...
After implementing multiple commits logic we can start improving the UX a bit. Hash as a name is not informative. It's not even clear if that is a commit or...
This PR will allow the Goto Definition for feature for properties inside parameter files, and also for files referenced in the dvc.yaml. It will also introduce an extension setting to...
https://github.com/iterative/vscode-dvc/issues/2529 Will try a permutation of big changes and files to test that the server side is stable. - [x] Lots of copies of the same file - [x] Lots...
https://user-images.githubusercontent.com/98249521/193937449-1999a02e-6916-4534-9cfa-e752b5eddbf2.mov
I'd like to be able to change how the plots look without leaving the plots view. For now, I have to go to `dvc.yaml`, adjust properties, and then come back...
## Motivation The goal is to have a better user experience and performance. - UX: It's in general preferable to have as less as possible unnecessary movements of the UI...
Mind the arrow on the left screen edge. It appears when I'm trying to use pad gesture (scroll to the left). It means that during the day it kick you...