Colen Garoutte-Carson

Results 212 comments of Colen Garoutte-Carson

Regarding the extra closing paren: That seems to be a VS Code issue. I can repro with formatting disabled, by pressing enter between typing params, before typing the closing paren.

Providers are currently registered once for all workspace folders (in the first client). However, we have settings that can enable/disable features separately between workspace folders. As currently implemented, we would...

I believe I've addressed the crash and several issues with `clang-cl` querying in 1.19.3 (which should be available very soon). It looks like there is still an issue parsing something...

Reopening. https://github.com/microsoft/vscode-cpptools/issues/9003 did not fully address the issue. Rather, it ensures that multiple results from `QueryTranslationUnitSource` (i.e. to find a source for a header file), were requested in a single...

Reopening. The intent of this issue was to be pinned so users experiencing a crash can find the issue and easily find instructions. I'd like to keep this open and...

> For the debugging instructions in the first post, do I run that in a second instance of VSCode? Hi @parsley72 . It should be possible to use same instance...

Hi @LittleFatHero . Would you be able to try out the various versions (including prerelease versions) between 1.89 and 1.20.5, to isolate which version seems to introduce the performance regression?

Hi @ddignam . [The documentation for compile_commands.json](https://clang.llvm.org/docs/JSONCompilationDatabase.html) is unclear on whether the `directory` field must be a full path, or what it's relative to if not a full path. The...

Hi @gcampbell-msft . Sorry, I had missed this. We expect to receive all relevant configuration information from CMake Tools. If a #include path from a Windows SDK is needed to...

Hi @HampusAdolfsson . Thanks for reporting this. I believe I'm able to repro the same issue using VS. (cpptools shares the same IntelliSense implementation as VS). I've opened an issue...