EmmanuelBeziat / vscode-great-icons

🆚 A big pack of icons (200+) for your files
https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons
MIT License
163 stars 56 forks source link

Custom file associations not working #213

Closed mathmul closed 2 years ago

mathmul commented 3 years ago

I have this in ~/AppData/Roaming/Code/User/settings.json

    "workbench.iconTheme": "vscode-great-icons",

    "files.associations": {
        "*.env.local": "env",
        "*.env.local.example": "env",
        "*.env.staging": "env",
        "*.env.staging.example": "env",
        "*.env.production": "env",
        "*.env.production.example": "env",
        ".php_cs": "php",
        ".php_cs.dist": "php",
        "*.php": "php",
    },

It's working for .env.production but not for .env.staging

image

Possible culprits?

EmmanuelBeziat commented 2 years ago

Hi,

Sorry for the long delay. I think it might be because "env" wasn't defined as a language id. It should be the case now. Also, I have added the filenames directly into the plugin. Check out the new 2.1.80 version.

Thanks!

mathmul commented 2 years ago

No no.. thank you for your services! I confirm it works.

EmmanuelBeziat commented 2 years ago

Glad to hear that :)