language-tools
language-tools copied to clipboard
<script lang='tsx'> does not highlight properly unlike jsx, ts and js
it also seems like updating that tag too quickly can make volar lose track of which "language" is used, I had changed it back to tsx but it still thought I was in a js file
I have the same problem
This should fixed by https://github.com/microsoft/TypeScript/pull/57641 in TS 5.5.
Duplicate of #3912
Not sure if I need to wait for VSCode / other extensions to update to 5.5, but trying to use the 5.5 beta in a workspace as the language server does not seem to fix the issue yet?