vscode-folder-path-color icon indicating copy to clipboard operation
vscode-folder-path-color copied to clipboard

Color issue on folders with the same prefix

Open jhan15 opened this issue 2 years ago • 2 comments

The setting: "folder-path-color.folders": [ { "path": "test", "color": "green" }, ]

If I have two folders "test" and "testsomething", both folders will be colored.

jhan15 avatar Sep 28 '23 14:09 jhan15

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" }
  ]

Screenshot from 2023-11-17 11-28-08

lgersman avatar Nov 17 '23 10:11 lgersman

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)

JulianNymark avatar Dec 15 '23 16:12 JulianNymark