Colen Garoutte-Carson

Results 238 comments of Colen Garoutte-Carson

Hi @akhodeir . I'm unable to reproduce this issue, in 1.23.2. The nature of the fix for this issue was to make the outer array brackets optional. There shouldn't have...

Hi @ytx21cn . Thanks for reporting this. I'm able to reproduce the same issue in VS (where I can configure for Linux GCC, using Open Folder, a `CppProperties.json` file, and...

Hi @HugoPhibbs . Thanks for reporting this. It looks like `.cu` was missing from the map of source file to header file associations. I have a fix that should make...

> @sean-mcmanus @Colengms: Understood the issues with build.cmd and MinGW. I’ll: > > Revert the build.cmd removal (keep Windows support) > > Propose a follow-up PR to replace pthreads with...

Hi @j-marcon . I don't see any instances of the two unsupported options on the command you provided. Could you provide complete command-lines for each of the compiler queries that...

Hi @j-marcon . The example command line you provided does not run for me locally. I get: ``` /usr/bin/clang --target=x86_64-unknown-linux-gnu -fstack-protector -fno-omit-frame-pointer -fcolor-diagnostics -g0 -O2 -ffunction-sections -fdata-sections -std=c++17 -stdlib=libstdc++ -frandom-seed=[...]...

> But also, I don't think /usr/bin/clang is what is used to compile our Bazel C++ code. We seem to use LLVM 14.0.0 instead. Hi, @j-marcon . Do the command...

@bobbrow . In Sean's original issue he referred to re-lexing as part of hover and gotodef. Re-lexing can now be avoided (and I'm in the process of doing that work),...

Hi @jpnurmi . Thanks for reporting this issue. The C/C++ Extension for VS Code shares the same IntelliSense implementation as VS. I'm able to repro this issue against VS as...