Skip to content

Instantly share code, notes, and snippets.

@nyxkrage
Created January 24, 2021 16:04
Show Gist options
  • Save nyxkrage/000fc135c482eaa9e48b36085948f533 to your computer and use it in GitHub Desktop.
Save nyxkrage/000fc135c482eaa9e48b36085948f533 to your computer and use it in GitHub Desktop.
disable italic comments
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"comment.block",
"comment.block.documentation",
"comment.line"
],
"settings": {
"fontStyle": ""
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment