This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Description
UPDATE: Summary in #20 (comment)
I cloned https://github.com/iterative/dvc-checkpoints-mnist. I setup the IDE workspace so the extension is active.
I haven't run any experiments:

I check out the make_checkpoint branch. The DVC view and Plots Dashboard never load.

The Experiments Table says "No Experiments to Display."
Other components do load.
DVC virtual env is loaded via MS Python extension.
$ dvc version
DVC version: 2.11.0 (pip)
---------------------------------
Platform: Python 3.9.13 on macOS-12.4-arm64-arm-64bit
Supports:
webhdfs (fsspec = 2022.5.0),
http (aiohttp = 3.8.1, aiohttp-retry = 2.4.6),
https (aiohttp = 3.8.1, aiohttp-retry = 2.4.6)
Cache types: <https://error.dvc.org/no-dvc-cache>
Caches: local
Remotes: None
Workspace directory: apfs on /dev/disk3s1s1
Repo: dvc, git
p.s. the same happens in the included demo/ project if I set up the extension with "dvc.dvcPath": "demo/.env/bin/dvc" in .vscode/settings.json (no MS Python extension).