Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Support semantic color token customization #1904

Closed
3 tasks done
Christilut opened this issue May 12, 2020 · 0 comments · Fixed by #2802
Closed
3 tasks done

FR: Support semantic color token customization #1904

Christilut opened this issue May 12, 2020 · 0 comments · Fixed by #2802

Comments

@Christilut
Copy link

Christilut commented May 12, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants