jacob-j / vscode-folder-path-color

All subfolders within a specified path will be assigned a color for easy differentiation.
21 stars 6 forks source link

Set Coloring Level #3

Open sobre-mesa opened 1 year ago

sobre-mesa commented 1 year ago

Would be nice to be able to set maybe only the parent folder has the color and then the rest is kept default

rickiewars commented 1 week ago

You can do this like this:

[
  {
      "path": "app/",
      "color": "none",
  },
  {
      "path": "app",
      "color": "red",
  },
]

The order matters!

Quick explaination: