Closed rjabkov closed 4 months ago
both tested, no diff: "C_Cpp.enhancedColorization": "disabled" "C_Cpp.enhancedColorization": "ebabled"
"C_Cpp.enhancedColorization": "disabled"
"C_Cpp.enhancedColorization": "ebabled"
Colors for "T" and "y/x" in the following code are same; moreover, there's the same token scope!
template<typename T> struct RstrPnt { RstrPnt() = default; RstrPnt(T y_, T x_) : y(y_), x(x_) {} T y = 0; T x = 0; };
not sure when this was fixed, but it looks fixed now!
both tested, no diff:
"C_Cpp.enhancedColorization": "disabled"
"C_Cpp.enhancedColorization": "ebabled"
Colors for "T" and "y/x" in the following code are same; moreover, there's the same token scope!
choosing T
choosing y
my settings.json's fragment