Colen Garoutte-Carson
Colen Garoutte-Carson
Hi @zfields . Could you: * Provide the contents of your c_cpp_properties.json. * Enable debug logging by setting `"C_Cpp.loggingLevel": "Debug"`, and provide the content of the C/C++ output channel leading...
Hi @zfields . Thanks for providing this information. I believe I am able to reproduce the issue. However, I see that after switching documents or making an edit to the...
Hi @zfields . I think my observation about the squiggles disappearing requires that `wiring_digital.h` is also open in the editor. This would seem to be a cpptools bugs, and we'll...
Hi @andreeis . This appears to be an issue with the C/C++ Extension not excluding (all of) those args when querying the compiler for system includes and system defines. I'll...
Hi @the-moog . I'm copying my response from the discussion, which I think should explain the issue. You can name a config with any name you choose. Those are default...
The original repro looks to have been addressed in 1.0.0. However, adding: ``` int func() { return 0; } ``` after the original repro code still causes the same 2...
Hi @skarasov . The root of this problem has to do with how gcc and clang detect whether or not they are running within a shell terminal. If they detect...
Hi @Rasie1 . Just to let you know, we are investigating performance with Unreal Engine projects. In the log you provided, I see there are a lot of 'Error squiggles'...
This issue is currently stalled due to VS Code integration currently broken in recent version of Unreal Engine (currently v5.0.3). UE appears to be emitting RSP files for many (but...
Hi @go2sh . Thank you for suggesting this. We will consider this for our backlog.