Matt Seddon

Results 236 comments of Matt Seddon

The following is a more detailed example of the OP. `dvc.yaml` contains a plots entry which is a directory. E.g: ``` plots: - mispredicted ``` Mispredicted is a directory of...

Can we treat the directory more like a dataset and each image more like a datapoint?

> @mattseddon Is there an error returned here? I don't see one when testing this. I think we just need to show a different message here than 'No plot to...

A not insignificant part of this issue seems to have been fixed by `2.34.3` of DVC. We no longer see the issue where a checkpoint experiment will change colors halfway...

> For the workspace we need to have a clear stable semantics. It should be a single line / images that corresponds to a running experiment (or to the latest...

AFAIK there are three options: 1. Hard dependency. 2. Rebuild the external extension's functionality internally. 3. Check to see if dependency is installed, if not then prompt to install/explain why...

In order to watch files outside of the workspace we need to use a `RelativePattern`, see https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.d.ts#L12375 for some more details. I think this change was introduced around Jan 2022....

Related to https://github.com/ryanluker/vscode-coverage-gutters/issues/407. Hi @hak33m16, Try setting the `"coverage-gutters.showLineCoverage"`/`"coverage-gutters.showRulerCoverage"` configuration options to true.

Feel free to open a PR with the suggested improvements and someone will take a look. Thanks