-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSX tag highlighting broken #65921
Comments
(Experimental duplicate detection)
|
I have the same issue when working with a plain react app. I am using Ubuntu 18.10 . |
Confirming the same! Tried disabling/uninstalling all extensions still this issue is happening. For now i have rolled back to 1.29.1 |
Actually this, may be a VS Code api usage issue. We changed to use @DanielRosenwasser Opinions on the what we should do here? |
I don't think that there's a practical difference; |
Same problem here... |
@mjbvz it seems like you should be using |
Thanks @DanielRosenwasser. Didn't realize this TS Server API existed. I'll update VS Code to use it |
@mjbvz @DanielRosenwasser I am still getting this issue on Ubuntu 18.10 , vs-code version 1.30.2. Is the fix scheduled to be in a later update ? |
The same issue is on Windows 10, (VS code 1.30.2) |
It's been 13 days since the fix - just use the insiders releases in the meantime. |
@DanielRosenwasser As for a software that needs to be used at daily work, pushing user into insiders channel is not a good idea. I think you should never tell people to switch to a insiders release for getting a fix (because they may get several new bugs at the same time), instead you should release a patch to the stable channel. After all it has been one and a half month since the bug was released 😢 |
This is fixed in the latest updated. |
Previously when selecting an opening tag in any JSX only the corresponding closing tag would be highlighted. As of version 1.30 (November) ALL corresponding JSX tags are highlighted across the file. I.e If you select any opening View tag for example, all View tags across the file are highlighted. It's almost like the tags are being treated like variables.
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: