Skip to content

tmTheme bold fontStyle is not supported #10623

@Tyriar

Description

@Tyriar
  • VSCode Version: Code - Insiders 1.5.0-insider (11ffcfc, 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.

        <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>

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugthemesColor theme issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions