vscode-dvc icon indicating copy to clipboard operation
vscode-dvc copied to clipboard

Story: handle gracefully lost internet connection

Open shcheklein opened this issue 3 years ago • 1 comments

Extension version: v0.2.12 Demo project: https://github.com/iterative/vscode-dvc/tree/dd048e382be8334e438467e9a161ec7eb7044837

It's running dvc plots in the loop, experiments table is shown in-complete (and no error messages), loaders are spinning in the loop.

Screen Shot 2022-05-05 at 9 58 09 PM

After connection is restored there is not way to refresh the table w/o reloading the window to see DVC tracked metrics.

shcheklein avatar May 06 '22 05:05 shcheklein

Relates to https://github.com/iterative/vscode-dvc/issues/1649

  • Add a refresh button to the plots webviews (consider only missing image)
  • Only try to fetch revision once

mattseddon avatar May 11 '22 23:05 mattseddon