Install Git Graph from Extensions tab
Reload 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.
GET https://url-of-code-server/webview//vscode-resource/file///root/.local/share/code-server/extensions/mhutchie.git-graph-1.27.0/media/out.min.css net::ERR_ABORTED 404 (Not Found)
GET https://url-of-code-server/webview//vscode-resource/file///root/.local/share/code-server/extensions/mhutchie.git-graph-1.27.0/media/out.min.js net::ERR_ABORTED 404 (Not Found)
GET https://url-of-code-server/webview//vscode-resource/file///root/.local/share/code-server/extensions/mhutchie.git-graph-1.27.0/media/out.min.js net::ERR_ABORTED 404 (Not Found)
code-server --version: 3.7.1 2bf91ff6a6d1f29a8a93f97684177ccf5388cf34This 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!
Most helpful comment
Fixed, will be in the next release!