Extension|Author (truncated)|Version
---|---|---
vscode-docker|Pet|0.0.21
referenceshelper|gay|0.2.1
VS-code-vagrantfile|mar|0.0.7
python|ms-|0.8.0
annotator|ryu|0.10.1
jenkinsfile-support|sec|0.1.0
Hi! Thank you so much for adding multi-root workspaces. It would be great if the root of each folder added was bolded or something. If I have folders underneath the second root I add, the font is the same as the files underneath. When you have hundreds of files and folders, this is confusing. Atom does this well by using an icon to the left.
@delmartechdude are you sure bolding is the way to go? I wrote something for this - but it still doesn't really stand out

@itamark Not sure that bolding is the way to go, but it's better than nothing. An icon or color change, or maybe a box around it or something could be good too. Just anything but what we have now ;) Maybe let's have some UX/UI people chime in?
Okay - here's my commit with bold in the meantime. if the spec changes I'd love to take those PRs as well.
@delmartechdude thanks for your feedback. Making the root folders distinct makes sense and we tried to achieve that with a special icon.
In the case where you have icons disabled bold might help. But let's wait and see other user feedback before we do any action.
@bpasero @sandy081 fyi
If any, this could be a setting, but maybe not enabled by default.
Let's wait for more feedback until we do something here.
@jrieken did you ever think about allowing to make the label bold via your decorations API? That would potentially solve it.
did you ever think about allowing to make the label bold via your decorations API?
Not really, but it's possible
@isidorn Thanks for your prompt feedback on all of this. I do not have any icons disabled or anything like that. I have a default install. However, this prompted me to investigate a bit - turns our that the default "vs-seti" iconTheme does not show any distinguishing marks for the root folder, but "minimal" does...as well as other third party icon themes. Is that a bug?
My relevant config:
// Controls if opened editors should show with an icon or not. This requires an icon theme to be enabled as well.
"workbench.editor.showIcons": true,
// Specifies the icon theme used in the workbench or 'null' to not show any file icons.
"workbench.iconTheme": "vs-seti",
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!
Most helpful comment
Not really, but it's possible