- VSCode Version: Code - Insiders 1.5.0-insider (11ffcfcf69608c07e7db4b4c77856854d5083497, 2016-08-16T06:12:46.372Z) - OS Version: Linux x64 4.4.0-34-generic, Ubuntu 16.04 Scopes with bold `fontStyle` do not appear bolded in vscode. ``` xml <dict> <key>name</key> <string>Keyword</string> <key>scope</key> <string>keyword</string> <key>settings</key> <dict> <key>fontStyle</key> <string> bold</string> <key>foreground</key> <string>#d7503c</string> </dict> </dict> ```
Scopes with bold
fontStyledo not appear bolded in vscode.