I can't change the colour of 'comments' in Visual Studio Code. I'm following the instructions in this post: Visual Studio Code One Dark Pro Theme Commnent color but it doesn't work. VSC is outputting an error ("Unknown configuration setting"). The current theme colour is "Zenburn (No Bold)"
My code is:
{
"workbench.colorTheme": "Zenburn (No Bold)",
"editor.fontSize": 16,
"workbench.iconTheme": "vscode-great-icons",
"[Zenburn (No Bold)]": {
"comments": "#fff"
}
}