You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, even when I run the ‘enable custom css and js’ command, it's as if the Geist Mono font is not visible and the default font with monospace is set.
this is how the explorer panel looks like after running the command:
and it should look like this (we are talking about the font):
The text was updated successfully, but these errors were encountered:
By the way, other CSS methods work fine, for example, changing the font colour for the mtk3 class worked fine for me. the problem with font setting applies not only to the explorer class, but also to other classes, such as the same mtk3 class.
May be something with the font name, or the selector.
It states .monaco-highlighted-label in your example. But the style probably should apply to every label, not just highlighted.
Have you tried to change the font using Dev Tools?
Customising the Explorer panel in VS Code. I have set the following style for it:
however, even when I run the ‘enable custom css and js’ command, it's as if the Geist Mono font is not visible and the default font with monospace is set.
this is how the explorer panel looks like after running the command:
and it should look like this (we are talking about the font):
The text was updated successfully, but these errors were encountered: