Colen Garoutte-Carson
Colen Garoutte-Carson
 We're very interested in fixing crashes. Information that could help us fix crashes include: * [Crash stacks](https://github.com/microsoft/vscode-cpptools/wiki/Attaching-debugger-to-cpptools-or-cpptools%E2%80%90srv). * Specific guidance on how to repro a crash. * Isolated examples...
When I build a file with CMake Tools with a simple example, I'm seeing the following command line used: ``` cl /c /IZ:\repos\Bug\include /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D...
Opening this issue here to track: https://github.com/microsoft/vssaas-planning/issues/2187 The original issue: **Testing** https://github.com/microsoft/vssaas-planning/issues/1711 Trying to complete step "9. Debug." I don't see a bug icon in the extension/status bar at the...
Does this issue occur when all extensions are disabled?: No (An extension is needed to create a file watcher and monitor it) Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z...
I've noticed that whenever I reconfigure with CMake Tools, I get 2 TU updates (per visible file). First, in reaction to clearing custom configurations, it starts a TU update using...
With clang 18(.1.3), I'm seeing an issue with size_t, which doesn't repro with earlier versions of clang. (15-17). The issue likely has something to do with how the clang-18 headers...
My understanding is that the `terminalDataWriteEvent` proposed API we're using will never be published to stable and has been superseded by another feature. The code for `terminalDataWriteEvent` refers to: //...
When an include completion indicates a doc field of `(Multiple locations)`, that appears to be getting resolved as a path, which prepends the current working directory to it. 
If a custom configuration provider (i.e. CMake Tools) does not register (or for files not associated with a CMakeLists.txt), the default configuration used by the C/C++ Extension is to recursively...