-
Notifications
You must be signed in to change notification settings - Fork 36
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
Records highlighting is not supported #202
Comments
partially fixed in #211 |
I'm on kde neon 20.04 and I still get this issue with vscode. public record struct Bounds4
(
Vector4 min,
Vector4 max
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See dotnet/vscode-csharp#4211 (comment)
It should support the different ways like the following:
The text was updated successfully, but these errors were encountered: