Colen Garoutte-Carson

Results 238 comments of Colen Garoutte-Carson

Hi @Ursescu . Thank you for reporting this, and for providing a reduced repro. I'm able to repro and will investigate further.

My understanding is that the `cwd` value is passed along to the debugger, and there is a known issue with `lldb-mi` (needed to debug with clang+lldb) not propagating the cwd...

Hi @mikebeaton . Some code was changed between these versions such that the issue with lldb-mi was exposed. We can use this issue to track implementing a work around, but...

Same issue when trying to use clang++. The error message could be more actionable.

I believe this has since been fully addressed. The work-around was removed from the code.

This could be easily addressed once Mac M1, Linux ARM64, and Windows ARM64 VMs are available for Azure Pipelines. Bugs tracking those are here: Mac M1: https://github.com/actions/runner-images/issues/2187 Linux ARM64: https://github.com/actions/runner-images/issues/5631...

@AlexandraKemperMS I think the user is pointing out something potentially confusing about [these docs](https://code.visualstudio.com/docs/languages/cpp#_set-up-your-c-environment). The instruction to "press Enter" is mentioned before the list of options are displayed. Immediately after...

Hi @swappy-2003 . Based on the title of the issue, I'm guessing you're seeing an issue with C++ IntelliSense. If you do not have the C/C++ Extension installed, that would...

Hi @petacreepers23 . Thanks for reporting this. We'll need to investigate this further.

Hi @petacreepers23 . With version 1.19.2 and later, there have been some significant changes to how IntelliSense processes are managed. You may see some improvements in this behavior. In the...