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

Relative path doesn't work #9

Open axmairat opened 1 year ago

axmairat commented 1 year ago

It is great and simple extension!

But relative path doesn't work. It would be nice to use regular expressions or just to work everywhere/

Example (Linux Ubuntu/Mint): "folder-path-color.folders": [ { "path": "tests", "symbol": "T", "tooltip": "Tests", "color": "green" }, ], 1