vscode
vscode copied to clipboard
Format specifiers in strings are syntax-highlighted even when not involved in a format
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: latest
- OS Version: Windows
Steps to Reproduce:
-
Create a variable with a string containing a format specifier:
s = "hi there %0.4f see how it's highlighted?" -
Observe syntax highlighting on the
%0.4f: