We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before (v1.8.0)
After update to v.1.12.0
The highlighted difference between access keywords, booleans and calling methods is broken.
If I downgrade, the issue goes away.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Same here for TS and rust files.
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
semanticHighlighting
"editor.semanticHighlighting.enabled": false
I'll try looking at making the c# syntax looking similar to when there's no semanticHighlighting
No branches or pull requests
Before (v1.8.0)
After update to v.1.12.0
The highlighted difference between access keywords, booleans and calling methods is broken.
If I downgrade, the issue goes away.
The text was updated successfully, but these errors were encountered: