Skip to content

fix: retry loading failed project

Tomas Vik requested to merge 492-diagnose-repository into main

When the extension fails to load GitLab project for the repository, it doesn't provide any additional information.

This MR introduces a diagnostics command that the user can trigger by clicking on a failed project item.

This way we'll provide users with more information and in some cases (when there are multiple remotes) even a way to recover.

Kooha-11-08-2021-10-08-21

On the video you see:

  1. When the extension fails to load the project again, it shows the output log
  2. When it succeeds, it reloads the tree view with projects

Related to #492 (closed)

Merge request reports