egorovsa / vscode-folder-colorizer

Other
10 stars 1 forks source link

Feature Request: select files with wildcard or via regex #10

Open mqnc opened 1 day ago

mqnc commented 1 day ago

I have all these configuration files in many subproject folders:

.dockerignore
.flake8
.gitignore
.gitmodules
.isort.cfg
.style.yapf

and I'd love to be able to color them all at once in some unobtrusive color... I think it would be okay if this can only be done manually in the settings.json, maybe like this:

        {
            "folderPath": "*/.flake8/",
            "color": "foldercolorizer.color_996633"
        },
egorovsa commented 19 hours ago

Hello. Could you please clarify? Do you want to colorize all files, such as .flake8 etc., regardless of their location or level in the folder structure of the project? I think it's possible and will add this functionality soon!