Skip to content
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

C# syntax highlighting is broken after the latest update #84

Open
LudwigEffort opened this issue Oct 26, 2023 · 3 comments
Open

C# syntax highlighting is broken after the latest update #84

LudwigEffort opened this issue Oct 26, 2023 · 3 comments

Comments

@LudwigEffort
Copy link

LudwigEffort commented Oct 26, 2023

Before (v1.8.0)
gruvbox_bug_before

After update to v.1.12.0
gruvbox_bug_after

The highlighted difference between access keywords, booleans and calling methods is broken.

If I downgrade, the issue goes away.

@juansalvatore
Copy link

juansalvatore commented Oct 26, 2023

I'm having the same issue. For anyone with the same issue this is how you can go back to the previous version for now: https://code.visualstudio.com/updates/v1_30#_install-previous-versions

@cortlin
Copy link

cortlin commented Oct 26, 2023

Same here for TS and rust files.

@jdinhify
Copy link
Owner

Thanks for reporting @juansalvatore @LudwigEffort @cortlin , and apologies for the inconvenience caused 🙏

If you prefer the old version, you might try turning off semanticHighlighting by putting this in your preference file

  "editor.semanticHighlighting.enabled": false

I'll try looking at making the c# syntax looking similar to when there's no semanticHighlighting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants