Closed alisherzhaken closed 4 years ago
Checklist
"C_Cpp.enhancedColorization": "Disabled"
#include <iostream> struct Person { std::string name; Person() = default; Person(const char* name) : name{name} {} ~Person() = default; }; int main() { Person p {"John"}; std::string str {"Hello"}; std::cout << p.name << '\n'; std::cout << str << '\n'; }
WSL:
Windows:
Hi, this is an issue with the C/C++ Extension's Enhanced Colorization. Please file this issue at https://github.com/microsoft/vscode-cpptools
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
WSL:
It should look like:
Windows: