cobalt2-vscode icon indicating copy to clipboard operation
cobalt2-vscode copied to clipboard

How to remove italics?

Open bmadone opened this issue 2 years ago • 1 comments

Is it possible to remove italics completely? CleanShot 2022-07-28 at 22 01 20@2x For example, remove italics from type?

bmadone avatar Jul 28 '22 19:07 bmadone

I would love to do that , can you please assign it to me

Nikhil562 avatar Oct 12 '22 19:10 Nikhil562

Hello @bmarvinb, you can add these lines in your settings:

"editor.semanticTokenColorCustomizations": {
    "rules": {
        "interface.declaration": {
            "fontStyle": ""
        }
    }
}

Pardon me @SmitAkbari26 cuz I suggest not commit the change globally. Some developers may be used to the italic form.

rennsax avatar Aug 20 '23 05:08 rennsax

@Eitheages I got it.

SmitAkbari26 avatar Aug 20 '23 05:08 SmitAkbari26

Closing this issue for now, as it seems to be resolved based on @Eitheages comment above. Thank you!

palashmon avatar Aug 22 '23 05:08 palashmon