Colen Garoutte-Carson
Colen Garoutte-Carson
The C/C++ Extension component of this has been fixed such that it works as designed. The remaining issues would need to be addressed in CMake Tools.
Hi @debugee . Asking Copilot to "provide an outline of the minimum required directory structure of a macOS Framework that contains headers" yielded the following (simplified) : ``` MyFramework.framework/ └──...
Hi @debugee Using the repo you provided, I'm unable to reproduce an issue with the framework it generates. After doing a 'configure' with CMake Tools, I see that the framework...
I was able to address the example above, to not dim the line, without resorting to column granularity.  However, to get the same behavior as VS, we would need...
Technically, to most accurately reflect the order/priorities of -I, -sysroot, -F, -iframework, and several other arguments for which order is significant, it would actually be better if CMake Tools were...
Adding some notes from: https://github.com/microsoft/vscode-cpptools/issues/13993#issuecomment-3513839912 > Currently, in the API that CMake Tools is using, it's ambiguous (based on the contents) whether an include path should be considered an include...
Hi @d0ggie . Thanks for reporting this. I broke out https://github.com/microsoft/vscode-cpptools/issues/4657 to track the blocking issue when using a version of gcc/clang that does not support -m64 or -m32. How...
Hi @d0ggie . FYI, the blocking issue ( #4657 ) should be addressed in 0.26.2-insiders3.