vscode: Icons missing in Testing Window
The following is observed on a Windows 10 build 19041.867 with:
$ code --version
1.54.3
2b9aebd5354a3629c3aba0a5f5df49f43d6689f8
x64
I have the exact issue outlined in #92323, but the icons are missing exclusively from the Testing window.
The problem does not appear to be an incorrect MIME type in the Registry: I have checked that the Content Type
value in the registry key HKEY_CLASSES_ROOT\.svg
has its string data set to image/svg+xml
, and looking at the dev tools in VSCode while opening the testing tab also confirms that the correct MIME type is returned:
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 16 (8 by maintainers)
This is not a Windows-only issue. Reproduced on
Linux x64 3.10.0-1160.24.1.el7.x86_64
, VSCode1.55.0
.Devtools inspection shows the CSS background-image is trying to load
and etc for the other status icons. I have no problem accessing this image by pasting this in the browser.
However, the network panel in VSCode reveals most other icons are being loaded with the url
file:///home/<redacted>/<user>/.vscode/...
i.e. without thenet/
at the beginning. Strange thing is, on this shared filesystem setup the/home/<redacted>
location is a symlink to/net/home/<redacted>
.