option to disable italic font usage #1368
Closed
vertic4l
started this conversation in
Feature requests
Replies: 1 comment 2 replies
-
You can disable the italic style everywhere with VS Code Customizations settings: "editor.semanticTokenColorCustomizations": {
"[Vira*]": {
"rules": {
"*": {
"fontStyle": ""
}
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
I want a option to disable the usage of italic font.
Beta Was this translation helpful? Give feedback.
All reactions