Colen Garoutte-Carson

Results 39 issues of Colen Garoutte-Carson

![image](https://user-images.githubusercontent.com/49173979/224189167-589ca2e4-c552-4829-a3f9-d3baa5c5517e.png) 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...

bug
Language Service

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...

bug
Feature: cpptools integration

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...

Feature: debug/launch
Feature: UI
investigation needed

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...

upstream
file-watcher

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...

Language Service
performance
Feature: Configuration Provider

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...

bug
Language Service

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: //...

Language Service
internal

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. ![image](https://github.com/user-attachments/assets/3ea54814-4677-4b7a-b777-27464244cbfa)

bug
Language Service

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...

Language Service
Feature Request