Visual Studio Code – How can I customize the color and font style of Python decorators in VS Code?
I would like to customize my current color scheme and apply a dedicated color and fontstyle italic to Python Decorators. I found out how to do it for comments by editing the settings.json (see example below). What is the correct…