microsoft/vscode#151580
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.68.0-insider (Universal)
- OS Version: Mac 12.4
Steps to Reproduce:
- Enter the following code
function Test() {
return <div className={`${test}-svg`} />;
}
function Test2() {
return <div className="demo" />;
}

some thing error
- if change
svg => svg*+

is ok...
- first, I think the theme error ,when I change theme, error still exists


- Is it another question?