alexnho / vscode-a-touch-of-lilac-theme

A Touch of Lilac Theme created for VS Code
MIT License
11 stars 5 forks source link

Underline problem with Scala #14

Closed ankitbko closed 4 years ago

ankitbko commented 4 years ago

All the type names are underlined in Scala. This problem only happens with the no italic version 1.22. I tested Java, .NET and python code but they do not have this problem of being underlined.

image

This is how it looks with italic version - image

alexnho commented 4 years ago

Hi @ankitbko ,

Thanks for pointing out the issue, it seems it came from the fact that there were 2 Class name declarations and one of them was inheriting from the other the font styles (underline). With the latest publish (ver. 1.2.3) I think your issue for Scala should be fixed. Give it a try.

Regards

ankitbko commented 4 years ago

Brilliant! Works perfectly. Thanks for quick fix.