jacob-j / vscode-folder-path-color

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

Root Folders are not getting colorized #20

Closed imabidin closed 7 months ago

imabidin commented 8 months ago

Hi,

am I doing something wrong, or why am I not able to colorize any root folders, like the highest folders in the Workspace? Subfolders are correctly displaying colors.

Any ideas? Thank you in advance.

Screenshot 2024-01-07 105729

GreenSmile commented 8 months ago

I have the same issue. Try adding ../ before folder name in config.

For example:

{ "path": "../dev", "color": "yellow"}
imabidin commented 8 months ago

Thank you, it works!