ianrohde

Results 1 comments of ianrohde

@WTFox, you can set comments to italic in your local VSCode settings with: `"editor.tokenColorCustomizations": { "textMateRules": [ { "scope": "comment", "settings": { "fontStyle": "italic" } } ] },`