Closed sean-mcmanus closed 4 months ago
This one is going to be tough to fix correctly
{
on the next line makes it where textmate has no idea that it is inside of a function definition. func(""
is part of a constuctor. Inside of the constuctor "" A
isn't validAs with all things, there might be a hacky solution I'm not thinking of.
fixed with a hacky solution (not sure when)
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
It should look like:
Originally reported at https://github.com/microsoft/vscode-cpptools/discussions/7627