file-icons / vscode

VSCode file specific icons for improved visual grepping
https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons
MIT License
191 stars 24 forks source link

Add support for custom language in `.vscode/settings.json` #87

Open mhkarimi1383 opened 1 year ago

mhkarimi1383 commented 1 year ago

I have set

{
  "files.associations": {
    "*.yaml": "ansible"
  },
}

but icon for that is yaml icon

yoyoys commented 1 year ago

Yes this should be a missing feature, my use case is web.nginx.conf

CleanShot 2023-07-12 at 11 26 03@2x