My Python docstrings & block comments in Visual Studio Code always used to be a different color to the single line comment. They use to be:
- docstrings & block comments: orange
- single line comments: green
I did a reinstall of Visual Studio Code this morning and the block comments and docstrings are now the same color as the single line comments (so all comments are green).
I have pasted an image (in case the colors here are different).
I have always used the default dark mode (and never change the default settings). Has something changed or is there a setting that could change this back?