- Hands-On Serverless Computing
- Kuldeep Chowhan
- 107字
- 2021-08-05 10:35:37
Why are some icons not appearing in the workbench and editor?
Visual Studio Code uses SVG icons and there have been instances where the .SVG file extension is associated with something other than image/svg+xml. Microsoft is looking at options to fix it, but for now here's a workaround:
Using the Command Prompt:
- Open an Administrator Command Prompt.
- Type REG ADD HKCR\.svg /f /v "Content Type" /t REG_SZ /d image/svg+xml.
Using the Registry Editor (regedit):
- Start regedit
- Open the HKEY_CLASSES_ROOT key
- Find the .svg key
- Set its Content Type Data value to image/svg+xml
- Exit regedit
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 平面設計初步
- SCRATCH與機器人
- OpenStack for Architects
- Effective DevOps with AWS
- 大數據時代的數據挖掘
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 21天學通C#
- 21天學通Java
- STM32嵌入式微控制器快速上手
- Implementing Oracle API Platform Cloud Service
- 工業控制系統測試與評價技術
- 網絡安全技術及應用
- PostgreSQL High Performance Cookbook
- 智能小車機器人制作大全(第2版)