miguelsolorio / vscode-symbols

A file icon theme for VS Code
https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols
MIT License
377 stars 68 forks source link

Add .config file association #225

Closed brianmorais closed 4 months ago

brianmorais commented 4 months ago

Is it possible to make the default theme association for files with the .config extension?

Example: Screenshot_1

At the moment: image

miguelsolorio commented 4 months ago

Yes, I can update the config. For now you can set the following in your user settings (ref):

  "symbols.files.associations": {
    "file.config": "gear"
  },