it would be so good if we able to change a color ( icon either ) of a specific folder base on the folder name. ( I think it can be a extension too )
something like :
because when we have too much folders and file we easily get lost in those folders and we should put some times to find what we want. of course you might say there is a search but sometimes you cannot remember the name of the file or folder and you scroll through the explorer to find it.
It would be nice to have color picker too.
is it possible to make this as an extension ?
I mean it there any API to manage the coloring boxes ?
I think that milestone is far far away :D
@Cloze currently it is not possible to do this using the extension API
@isidorn how about just adding the text? I mean having like 10 colors and naming them like "Black" "White" "Green etc. and not using those color boxes
@isidorn hah ?
Would be happy to see that feature, too. This would greatly help keeping overview in explorer tree
+1
+1
+1
+1
need that for sure.
This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.
If you wonder what we are up to, please see our roadmap and issue reporting guidelines.
Thanks for your understanding and happy coding!
This is really scandalous that this issue has been closed 👎
Using workspace with multiple root folder. I would like to have a different color for different root folder and show that color on the tab which allows me to distinguish which project the file from
Looks like its possible ...
Now I see everything, bots decides for us!
Looks like its possible ...
How did you manage to do that?
Looks like its possible ...
How did you manage to do that?
Thats the git extension.
Thanks!
On Sun, Mar 17, 2019 at 7:04 PM Mohammad Reza Safari <
[email protected]> wrote:
Looks like its possible ...
[image: color]
https://user-images.githubusercontent.com/1060150/46739137-b8b34e00-ccac-11e8-8c21-57f6ce938871.jpgHow did you manage to do that?
Thats the git extension.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Microsoft/vscode/issues/38857#issuecomment-473619692,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABTmv2VWUpJJy0jCyTd3yRP5eTmGP_Ijks5vXdrqgaJpZM4QlhZ7
.
pwees kthnx
@Cloze which "git" extension ?
Have you found an alternative / solution ?
@Aarbel THE original git extension for VSCODE.
nah, no alternative solution for this.
How do you change folders colors with it ?
add css to "C:\Users\???\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\workbench.desktop.main.css"
can change color of folders like this ... but you may need to Reinstall VSCode cuz after that it will show you error
.monaco-list-rows > [aria-setsize="17"][aria-expanded] .monaco-icon-label-container {
letter-spacing :1px;
text-transform:uppercase;
padding-left:24px;
color: #ffcc00;
}
Most helpful comment
Using workspace with multiple root folder. I would like to have a different color for different root folder and show that color on the tab which allows me to distinguish which project the file from