-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Visual Studio Code Webview Resources not loading in the latest Insiders release #139544
Comments
I'm the author of the Git Graph extension. The behaviour observed occurs when Visual Studio Code Insiders doesn't provided the necessary JavaScript & CSS resources that the extension requests when the Visual Studio Code Webview is loading / reloading. What you see in this screenshot is the base HTML of the Webview - as soon as the required Javascript and/or CSS are provided by Visual Studio Code, the interface would immediately be rendered as expected. When the user first opens the Git Graph View (Webview), or it becomes visible again, the extension sets the HTML of the Webview. Based on the screen recording from @heartacker, it clearly indicates that the JavaScript & CSS resources that are requested by Git Graph do exist on the file system. There must be an issue introduced into Visual Studio Code Insiders 1.46 when Webviews are restored, where Visual Studio Code doesn't provide the requested resources. I can't manage to replicate the same behaviour using the same Visual Studio Code Insider build, so this issue only affects some users in the latest Insiders build. |
please 版本: 1.64.0-insider (system setup) |
I can't reproduce this. If you are seeing this issue, please run |
vscode-app-1641261558406.log |
This comment has been minimized.
This comment has been minimized.
vscode-app-1641395653341.log |
maybe same issue |
seems that this issue is disappeared 版本: 1.64.0-insider (system setup) |
Thanks for testing. Fixed by #140351 |
@heartacker Can you please verify that this has been fixed in the latest insiders? |
YES, It works well 👯 |
Does this issue occur when all extensions are disabled?: Yes/No
版本: 1.64.0-insider (system setup)
提交: 807bf59
日期: 2021-12-20T07:18:13.749Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.22523
mhutchie/vscode-git-graph#604 (comment)
The text was updated successfully, but these errors were encountered: