You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mhutchie
added
vscode-bug
Something isn't working in Visual Studio Code, that affects Git Graph and all other extensions.
and removed
bug
Something isn't working
labels
Nov 18, 2020
This behaviour occurs when Visual Studio Code fails to load the CSS & JS resources packaged in the extension that the Git Graph View requires. If you run the "Developer: Open Webview Developer Tools" command from the Visual Studio Code Command Palette, and switch to the Console Tab, you'll be able to see the errors that Visual Studio Code is having. These error logs will tell you to path of the two required files out.min.js and out.min.css.
There are two possible causes of the behaviour you've observed (the second is most likely):
If you just installed / updated the extension, in rare cases it's possible that Visual Studio Code incorrectly unpacked the extension. To check if this is the case, check your file system for the files I mentioned above in the error logs. If they do not exist, you just need install a previous version of Git Graph, and then update back to the latest version. If not, (2) must be what's occurring.
Describe the Bug
Hello, git-graph 1.27.0 doesn't work in WSL, no error, but no graph too. There is just :
Repo:
Branches:
Show Remote Branches
Steps to Reproduce
Steps to reproduce the behaviour:
Expected Behaviour
A beautiful graph :)
Environment
VSCode :
Version: 1.51.1 (user setup)
Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f
Date: 2020-11-10T23:34:32.027Z
Electron: 9.3.3
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.19042
The text was updated successfully, but these errors were encountered: