I don't want italic.How to change it?
I want a regular font style instead of italic.
CodePudding user response:
Add to the setting.json:
"editor.tokenColorCustomizations": {
"comments": {
"fontStyle": "",
"foreground": "#d400ff"
}
}