We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my user settings I added the following:
"editor.semanticTokenColorCustomizations": { "[Default Dark+]": { "rules": { "*.readonly": "#9cdcfe", "enum": "#8f871f", "enumMember": "#bdb333" } } }
This works in TypeScript files:
But does not seem to work in .vue files yet:
It would be nice if this is supported in vue files too.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Info
Problem
In my user settings I added the following:
This works in TypeScript files:
![image](https://user-images.githubusercontent.com/3471363/81676901-c153a380-9450-11ea-90b1-e4dd245bcfa7.png)
But does not seem to work in .vue files yet:
![image](https://user-images.githubusercontent.com/3471363/81676981-d2041980-9450-11ea-8df3-0c755412726e.png)
It would be nice if this is supported in vue files too.
The text was updated successfully, but these errors were encountered: