CarlosTaubeler / cyberpunk-2021

MIT License
1 stars 0 forks source link

Angled vertical bar symbol #1

Open sapr9x3 opened 2 weeks ago

sapr9x3 commented 2 weeks ago

The vertical bar symbol has became angled in typescript:

image

Can I revert it via a setting or somehow else?

Thanks.

CarlosTaubeler commented 2 weeks ago

Hi, Option 1: You can use the Cyberpunk or Deep Focus (Non-Italic) version by selecting it with the shortcut:

Option 2: Alternatively, you can disable italics in your settings.json by adding the following: "editor.tokenColorCustomizations": { "textMateRules": [ { "scope": ["keyword.operator.type.ts"], "settings": { "fontStyle": "" } } ] }

I hope this resolves your issue. Happy coding!

Carlos