Skip to content

FR: Support semantic color token customization #1904

@Christilut

Description

@Christilut
  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: all
  • Vetur version: 0.24.0
  • VS Code version: 1.45.0

Problem

In my user settings I added the following:

  "editor.semanticTokenColorCustomizations": {
    "[Default Dark+]": {
      "rules": {
        "*.readonly": "#9cdcfe",
        "enum": "#8f871f",
        "enumMember": "#bdb333"
      }
    }
  }

This works in TypeScript files:
image

But does not seem to work in .vue files yet:
image

It would be nice if this is supported in vue files too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions