TIL how to italicize comments in VS Code
Continuing my transformation of my development environment to match Wes Bos’, today I discovered from a Stack Overflow answer how to change how comments in any language are rendered in VS Code. It turns out that there is a setting to control it, it’s just deeply nested. The necessary snippet for user settings is: "editor.tokenColorCustomizations": { "textMateRules": [ { "scope":...