Skip to content

Allow editor.tokenColorCustomizations inside language specific #66729

@mikecentola

Description

@mikecentola

Currently you can edit the user settings and add editor.tokenColorCustomizations to modify certain colors without creating or editing an entire theme.

However, editor.tokenColorCustomizations does not work with the scope of language-specific settings... i.e.

"[language]": {
    "editor.tokenColorCustomizations": {
    }
}

This would be a huge benefit to syntax extension developers. Currently I'm developing an extension for CNC G-Code and I'd like to add a configuration option to add typical cnc g-code editor colors. I can update the user settings directly from the extension but that involves a lot of additional coding to store any current customizations that the user may have put in there already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionalitytokenizationText tokenization

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions