VS Code Material Icon 不渲染某些文件夹的图标

ABD*_*ALI 6 visual-studio-code

我使用 VScode 扩展 Material Icon 来显示文件夹图标,但最近即使图标库中有某些文件夹,它也无法正确呈现

这是带有图标的文件夹的图像:

在此输入图像描述

正如您所看到的,文件夹 Icon 存在于库中

在此输入图像描述

因为一些解决方案是编辑材质图标设置以目标react-redux活动图标包

在此输入图像描述

仍然不能很好地工作

sem*_*abs 2

您可能已覆盖设置中的关联。至于Material Icons Theme的文档,它有点混乱且不完整,所以这是一个解决方法,将其添加到settings.json

"material-icon-theme.folders.associations": {
    "firebase": "firebase"
}
Run Code Online (Sandbox Code Playgroud)

希望能帮助到你。