Open MohamedLamineAllal opened 1 year ago
i have the same issue where using custom icons in the .vscode/extensions/icons folder doesnt work.
In which settings file did you put your icon definitions? It's important to mention, that you can only use the user settings for this feature, not the workspace settings
I have the same issue
"material-icon-theme.files.associations": {
"test.ts": "../../icons/t"
}
Tested in workspace & user settings. Everything is updated to the latest version.
I have the same issue
"material-icon-theme.files.associations": { "test.ts": "../../icons/t" }
Tested in workspace & user settings. Everything is updated to the latest version.
I just tried the exact same setting and it was working. Can you check the developer tools of your VS Code instance and look for error messages regarding this icon?
The reality is that this does not work, the only solution was to copy my icons folder to the extensions folder of c:/users/your-user/.vscode-insider/icons, but it seems like an unacceptable solution to me, it works in workspace and user settings
I have the same issue
"material-icon-theme.files.associations": { "test.ts": "../../icons/t" }
Tested in workspace & user settings. Everything is updated to the latest version.
I just tried the exact same setting and it was working. Can you check the developer tools of your VS Code instance and look for error messages regarding this icon?
Same issue, It uses the root directory .vscode instead of the workspace
I think it's an issue with VSCode insiders
Describe the bug File association to custom icons in
.vscode/extensions/icons
seems to no more workTo Reproduce Steps to reproduce the behavior:
add icon to
red.svg
"*.j2"
or filename of a filedoesn't work
Expected behavior
See the icons change. As the above does follow the doc.
Or set a custom folder path setting, like
vscode-icons
does and it works well.Screenshots
Icons not changing
Folder structure
.vscode/settings,json
User settings
Computer information (please complete the following information):