Open sbatten opened 4 years ago
@misolori is there any special CSS rule you set for icon font to work? since the text next to it has LCD rendering I wonder why the icon font does not.
The icons that are using grayscale aa are likely SVG and not an icon font. For the multi-root icon, once https://github.com/microsoft/vscode/issues/84695 is finalized we can update our built-in extensions to use the icon font. But icons from other extensions won't have this ability unless they're using our icons from the icon font. This is also the same issue as #85297.
Thanks, I was not aware we are still using SVGs. I have updated the summary. The gist is that our minimal icon theme (which we ship by default) needs to use an icon font as well.
This is dependent on #90911, moving this to the backlog
@aeschli we'll need to add support for referencing codicons in file icon themes for this
Look at multiroot icon, file icons in explorer, file icons in search panel. refs #85143