You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode Version: 1.7.0 (or pre-1.7 with new grammar extension)
OS Version: Windows 10
Steps to Reproduce:
Write a template literal string with interpolation: `test ${var}`
Before the new grammar was introduced, interpolation received special coloring
Post new grammar, interpolation is colored the same as the rest of the string
Personally, I find this far less readable when scanning template strings; I have to look more carefully than before to pick out where I'm interpolating an expression. Is there a way we can return the old coloring while respecting the new design decisions behind the grammar rewrite?
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
`test ${var}`
Personally, I find this far less readable when scanning template strings; I have to look more carefully than before to pick out where I'm interpolating an expression. Is there a way we can return the old coloring while respecting the new design decisions behind the grammar rewrite?
The text was updated successfully, but these errors were encountered: