-
Notifications
You must be signed in to change notification settings - Fork 290
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
JavaScript "console.log" highlighting incorrect #414
Comments
Same issue here. Changing the settings to |
Try reinstalling the theme? Under what circumstance does it not work? It works fine for me. |
@symonxdd Reinstalling did nothing, unfortunately. What version of VS Code are you using? |
I'm on 1.48.1. But now that I think about it, you probably have an extension that's messing with the JS syntax-highlighting. Try disabling / removing some. Let us know if you got it fixed. |
experiencing the same, even with this being the only module enabled. very similar to what happened when they added semantic highlighting |
@symonxdd Even after a complete reinstall of VS Code (version 1.48.1) the issue still occurs. The only extenstion installed is this theme. |
@wgumenyuk Can I ask where u got this screenshot from? |
@symonxdd For this screenshot I activated semantic highlighting in the settings. This doesn't fix my issue though, as enabling this feature messes up many other highlights. |
Could you give more examples of wrong highlights? Also, where did you active semantic highlighting? |
You can activate semantic highlighting by either opening VS Code's settings (File -> Preferences -> Settings) or changing This then leads to broken syntax highlighting mentioned here:
Semantic highlighting seems to be working inconsistent. |
Thanks for clarifying the matter. I noticed that when opening vscode and navigating to a JS file I got the same problem as you, but not for long. It got fixed after a fraction of a second after showing the following message at the bottom of vscode:
So I looked for an extension with that name and found following enabled, built-in extensions:
Can you make sure you have those installed and enabled? |
Yes, I have both extensions enabled, and see a |
Strange. What you could try next is uninstalling vscode with a program like IObit Uninstaller. Which deletes all the residual files as well, if that doesn't help, re-installing your OS will probably do the job 😂 |
Haha, thanks for your help. I'll take a look at it tomorrow. :) |
Did you get it fixed? If not, since when does it not work? From the beginning? |
This issue seems to have occured in one of the latest updates. Out of curiosity I installed VS Code on my Ubuntu (20.04.1) PC and the highlighting is still bugged, even with the same settings. I assume this is some bug with VS Code, since other themes also have the same highlighting error. |
Alright! Hopefully it's fixed fast. |
Let's hope so! I'm going to close this issue, thank you very much for your help. :) |
How it currently is:
How it should be:
Additional information
Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: