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

Using more appropriate color for ${expression} in template strings #384

Open
OneMoreJack opened this issue Mar 21, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@OneMoreJack
Copy link

Description

I think using a different color for ${expression} in template strings would make it easier to identify them.

image

As it displayed here

const hour = 10;
const str = `It's ${hour} o'clock.`;

Steps to reproduce

write code in a .ts file

const hour = 10;
const str = `It's ${hour} o'clock.`;

Version

v6.3.4

Theme

GitHub Dark Dimmed

@OneMoreJack OneMoreJack added the bug Something isn't working label Mar 21, 2024
@OneMoreJack OneMoreJack changed the title ${expression} in template strings would be better to have a different color Using more appropriate color for ${expression} in template strings Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant