mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.9k stars 244 forks source link

Opening git graph shows nothing #685

Open MartinRiddar opened 1 year ago

MartinRiddar commented 1 year ago

Describe the Bug I've always displayed the git graph by clicking on the symbol from source control view, this has worked flawlessly up until recently when it just doesn't show anything. Nothing hangs or acts up other then that nothing is shown.

I've tried the following without success:

  1. uninstall git graph - restart- reinstall git graph
  2. add the repository to git graph which only displays a message stating "the folder is already part of a known repository..."
  3. I've tried on different project with a small amount of commits (<200)

Steps to Reproduce Steps to reproduce the behavior:

  1. Go to the standard source control view
  2. Click on the "view git graph (git log)" button

Expected Behavior A graph of the existing branches with commits, origin position etc should be displayed.

Environment

Additional info the git graph log only states a single line when clicking the button:
[2022-08-08 16:22:26.908] Created Git Graph View (active repo: c:/_GIT/products/edw)

leonardon473 commented 1 year ago

I don't know if it's the same error, but today when I tried to open Git Graph the next message was raised: Error loading webview: Error: Could not register service workers: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state..

Environment

rafapuerta commented 1 year ago

I don't know if it's the same error, but today when I tried to open Git Graph the next message was raised: Error loading webview: Error: Could not register service workers: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state..

Environment

  • Git Graph Extension Version: 1.30.0
  • Visual Studio Code Version: 1.70.0 (Universal)
  • Operating System: MacOs Monterey 12.4
  • Git version: 2.32.1 (Apple Git-133)

Same exact error.

Git Graph Extension Version: 1.30.0 Visual Studio Code Version: 1.70.1 (Universal) Operating System: Pop!_OS 22.04 LTS Git version: 2.34.1

MRVDH commented 1 year ago

Same!

image image image

Even the extension pages themselves don't seem to work anymore.

Code_BjkeEniCot

to-s commented 1 year ago

The same here:

image