dafny-lang / ide-vscode

VSCode IDE Integration for Dafny
https://marketplace.visualstudio.com/items?itemName=dafny-lang.ide-vscode
MIT License
22 stars 19 forks source link

Consistent arrow type rendering for solarized #375

Open jtristan opened 1 year ago

jtristan commented 1 year ago
Screenshot 2023-03-08 at 2 41 00 PM
MikaelMayer commented 1 year ago

You might want to change your theme. Otherwise, I can give the following debug code.

The first "int" is classified as

storage.type.dafny
meta.type.formaldeclaration
text.dfy.dafny

The other int are classified as

keyword.type.dafny
text.dfy.dafny

which renders the same on the light/dark theme, but not the solarized theme.

jtristan commented 1 year ago

Ideally, shouldn't this be independent of what theme is used?

MikaelMayer commented 1 year ago

Yes, ideally :-)