You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem exists even with the setting "C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
structs : decltype([] {}) {};
It looks like:
The theme is Default Dark Modern.
It should look like:
The text was updated successfully, but these errors were encountered:
EienMiku
changed the title
decltype gets incorrectly highlighted before lambda introducer([])decltype gets incorrectly highlighted between : and lambda introducer([])
Dec 11, 2024
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
The theme is Default Dark Modern.
It should look like:
The text was updated successfully, but these errors were encountered: