Vscode-material-icon-theme: Folders that can be assigned by custom configuration

Created on 3 Jul 2017  路  6Comments  路  Source: PKief/vscode-material-icon-theme

A json file with the folders and their associated names patterns:

{
"red": "*core*",
"blue":"assets",
...
}

Thanks for your work.

Most helpful comment

With the latest update you can customize the folder icon associations:
https://github.com/PKief/vscode-material-icon-theme#folder-associations

All 6 comments

I'd go further; allow total configuration of icons

[
  src : { 
    test: /src$/, 
    icon: "_icon_folder",
    colour: "green",
    subicon: "_icon_script"   
  },
  ...
]

would tie into supporting file types with highly variable names . i.e. #103

@AlbertoBasalo @MeirionHughes I absolutely like your ideas. I think this should be a future concept of this theme. But my possibilities are restricted to the api of vscode in this case. There's also a feature request for vscode in the backlog to allow glob file patterns: #12493. Currently we have to wait until the vscode team will extend the api.

Recently vscode api has allowed custom icons. I Think we are allowed to expect it here. Thanks a lot!

With the latest update you can customize the folder icon associations:
https://github.com/PKief/vscode-material-icon-theme#folder-associations

Thank you so much!!! You are an angel!!

Thanks, good job.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alchermd picture alchermd  路  5Comments

stefan-kern picture stefan-kern  路  4Comments

covertbert picture covertbert  路  5Comments

dudeonthehorse picture dudeonthehorse  路  3Comments

JarvisPrestidge picture JarvisPrestidge  路  4Comments