where is "C_Cpp.enhancedColorization": "Disabled" ? ---> I don't find place of this configuration.
The code with a problem is:
Describe the bug
OS and Version: Windows 10 21H1
VS Code Version: 1.60.2
C/C++ Extension Version: 1.6.0
Other extensions you installed (and if the issue persists after disabling them):
If using SSH remote, specify OS of remote machine: I have using WSL 1 with Ubuntu 20.04.2 with GCC-11
A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).
ITNOA
where is
"C_Cpp.enhancedColorization": "Disabled"
? ---> I don't find place of this configuration.The code with a problem is:
Describe the bug
I have single file that name is main.cpp
and having something code
the problem is template inside of template is not colorized.
Expected behavior
I except internal template make colorized like external template keyword.
Code sample and logs
c_cpp_properties.json
Screenshots