-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Git Graph Extension Broken #2317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This seems to be a general problem with resolving webview URIs; I'm seeing the same issue with multiple extensions. |
@pfitzseb sorry for capturing this issue, but could this also affect vscode.image-preview ? I cannot view PNG files, which are in the project folders. |
Most likely. Basically every bit of custom UI you can find in VSCode is implemented as a Webview, all of which are broken if they try to load local resources. |
Seems to be that #2336 is going to fix this, isn't it ? Would be nice to see this published quickly :-D |
Fixed, will be in the next release! |
Thanks for the prompt fix! |
This seems to still be an issue in |
@catthehacker if you're still experiencing issues, please file a bug report and we'll see how we can help! |
This seems to still be an issue in |
It's possible it was re-introduced, we had a bit of a snafu with the
patches.
|
|
Steps to reproduce
Install
Git Graph
from Extensions tabReload VSCode
Open Git Graph
Git Graph showes you broken ui with nothing showing
Git graph broked right after upgrading to 3.7.1. Tested in Chrome, Firefox.
Log after opening git graph
code-server --version
: 3.7.1 2bf91ffThe text was updated successfully, but these errors were encountered: