From https://github.com/microsoft/vscode/issues/76327 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** latest from master **Code** ```tsx const b = <Element />; const a = /**/ <Element />; ``` **Bug** On the second line, `<Element />` is not parsed as jsx.
From microsoft/vscode#76327
TS and JS Grammar Extension version: latest from master
Code
Bug
On the second line,
<Element />is not parsed as jsx.