vscode-folder-path-color
vscode-folder-path-color copied to clipboard
Color issue on folders with the same prefix
The setting: "folder-path-color.folders": [ { "path": "test", "color": "green" }, ]
If I have two folders "test" and "testsomething", both folders will be colored.
Same problem here :
"folder-path-color.folders": [
{ "path": "../pnpmkambrium", "color": "red" },
{ "path": "../cm4all-wp-impex", "color": "blue" },
{ "path": "../cm4all-wordpress", "color": "yellow" },
{ "path": "../cm4all-thirdparty-plugin-helper", "color": "green" },
{ "path": "pnpmkambrium-cm4all-wp-impex", "color": "brown" }
]
I think this could do with either glob support or regex matchers here?, it would also be nice to be able to specify multiple paths that belong together (get the same color & symbol) even though they aren't grouped together in the same folder (sometimes similar things get spread out in various codebases, but grouping them visually could be nice)