material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
2.1k stars 632 forks source link

[Bug]: Can't associate with the web icon. #2714

Closed benzaria closed 2 hours ago

benzaria commented 2 hours ago

Describe the bug

I tried to associate a folder named web-page with various icons (web, www, page) and even used a custom clone without success, the werd is it work with other icons file like (src, linux, test, ...)

To Reproduce

"material-icon-theme.folders.associations": {
    "batch": "windows",
    ".batch": "windows",
    "bash": "linux",
    ".bash": "linux",
    "terminal": "command",
    "C": "Core",
    "web-page": "web"
},
"material-icon-theme.folders.customClones": [
    {
        "name": "web-page",
        "base": "web",
        "color": "blue-400",
        "folderNames": [
            "web-page",
            "web-pages"
        ]
    }
],

Expected behavior

show the web icon fo the web-pages folder, but it just blanc

Screenshots

No response

Computer information

Additional context

No response

Code of Conduct

benzaria commented 2 hours ago

it looks like the folder name was public and not web !🙂