Colen Garoutte-Carson
Colen Garoutte-Carson
Hi @zuhayrl . We're not tracking any general issue like this, so there would seem to be some information we would need about your system, environment, etc. (details requested in...
Hi @HilbertCurve . Thanks for reporting this. I can reproduce the issue. Although the IntelliSense implementation is shared with VS, I'm not able to repro this in VS, so it...
Hi @jishihao-001 . Would you be able to enable the setting `"C_Cpp.loggingLevel": "Debug"`, and make another repro video with the Output channel open and set to the C/C++ output channel,...
Hi @jmailloux . Could set the setting: `"C_Cpp.loggingLevel": "Debug"` and provide the output of the C/C++ output channel leading up to the repro? That log should indicate the full command...
Hi @jmailloux . It looks like you enabled debug logging after the issue occurred. To see the extension query the compiler using your specified args, you'd need to have started...
Hi @jmailloux . Can you provide a complete Debug log output, from launch until repro? There should be a call to the compiler and it should contain the args in...
I'm seeing some strange behavior here. In the following video, I'm able to go from a no-repro state, to an 'every-other' repro state, simply by varying the number of lines...
Hi @RaeesRaqeeb . I'm not able to repro an issue with the information provided. On Windows, with the latest versions of the C/C++ Extension (1.19.9, as well as 1.20.1) and...
Hi @dortamiguel . Using the configuration you provided here (though, without files you did not provide), I get working IntelliSense and no squiggles using your example code (provided I also...
Hi @diddy0dante . The behavior you're describing sounds like it may have something to do with VS Code itself, not identifying files as being associated with the C/C++ Extension. If...