Checklist
The code with a problem is:
int main() {
void foo() noexcept;
[]() noexcept {}();
[] noexcept {}();
}
It looks like:

Theme: Default Dark Modern
It should look like:
noexcept in lambda should be the same color as it is in function declaration
Checklist
"C_Cpp.enhancedColorization": "Disabled"The code with a problem is:
It looks like:
Theme: Default Dark Modern
It should look like:
noexceptin lambda should be the same color as it is in function declaration