Brief Issue Summary
the issue is that the coloring isnt working properly as you can see in these images.
in the first image the SHARED must be colored green and the Log must be the same color as the strings, PROPERTIES should be green and so should EXPORT_FILE_NAME
cmake tools version:
1.23.52
vs code version:
1.370.0
CMake Tools Diagnostics
{
"os": "win32",
"vscodeVersion": "1.137.0",
"cmtVersion": "1.23.52",
"configurations": [
{
"folder": "c:\\Users\\bbb\\VSCodeProjects\\EngineProject",
"cmakeVersion": "4.4.3",
"configured": true,
"generator": "Ninja",
"usesPresets": true,
"compilers": {
"C": "C:/msys64/ucrt64/bin/cc.exe",
"CXX": "C:/msys64/ucrt64/bin/c++.exe"
}
}
],
"cpptoolsIntegration": {
"isReady": true,
"hasCodeModel": true,
"activeBuildType": "Release",
"buildTypesSeen": [
"Release"
],
"requests": [],
"responses": [],
"partialMatches": [],
"targetCount": 2,
"executablesCount": 1,
"librariesCount": 1,
"targets": [
{
"name": "SomeProject",
"type": "SHARED_LIBRARY"
},
{
"name": "idk",
"type": "EXECUTABLE"
}
]
},
"settings": [
{
"communicationMode": "automatic",
"useCMakePresets": "auto",
"configureOnOpen": true
}
]
}
Debug Log
unable to provide debug log and its also not relevant
Additional Information
No response
Brief Issue Summary
the issue is that the coloring isnt working properly as you can see in these images.
in the first image the SHARED must be colored green and the Log must be the same color as the strings, PROPERTIES should be green and so should EXPORT_FILE_NAME
cmake tools version:
1.23.52
vs code version:
1.370.0
CMake Tools Diagnostics
{ "os": "win32", "vscodeVersion": "1.137.0", "cmtVersion": "1.23.52", "configurations": [ { "folder": "c:\\Users\\bbb\\VSCodeProjects\\EngineProject", "cmakeVersion": "4.4.3", "configured": true, "generator": "Ninja", "usesPresets": true, "compilers": { "C": "C:/msys64/ucrt64/bin/cc.exe", "CXX": "C:/msys64/ucrt64/bin/c++.exe" } } ], "cpptoolsIntegration": { "isReady": true, "hasCodeModel": true, "activeBuildType": "Release", "buildTypesSeen": [ "Release" ], "requests": [], "responses": [], "partialMatches": [], "targetCount": 2, "executablesCount": 1, "librariesCount": 1, "targets": [ { "name": "SomeProject", "type": "SHARED_LIBRARY" }, { "name": "idk", "type": "EXECUTABLE" } ] }, "settings": [ { "communicationMode": "automatic", "useCMakePresets": "auto", "configureOnOpen": true } ] }Debug Log
Additional Information
No response