Colen Garoutte-Carson

Results 192 comments of Colen Garoutte-Carson
trafficstars

Hi @v-ericawu . To clarify, you wouldn't get that option for "xxxxx.h". The feature applies only if the header is from a library supported by vcpkg. Try `geos.h`: ![image](https://github.com/user-attachments/assets/290282e0-89a5-4f5e-b159-5838bdb834d0)

Hi @tenggui . The last change that I'm aware of in the C/C++ extension related to `files.encoding` was in 1.17.0, and was #11210 . The warnings you originally reported in...

Hi @leidegre . The C/C++ Extension internally uses the same IntelliSense engine as Visual Studio. Currently, we don't get sufficient information from IntelliSense to distinguish between enum member declaration and...

I believe this is by design. We are not attempting to match the version of clang-format with the version of LLVM or clang that is installed on the system. Formatting...

@globalhuman Thanks for pointing that out. I believe this functionality was modified to prefer the more recent version of clang-format, if available both on the system as well as bundled,...

Using the bundled version of clang-format when it's newer than the system installed version, was a fix for https://github.com/microsoft/vscode-cpptools/issues/4963 . But, that fix seems problematic. In additional to allowing an...

Hi @XuPengfei-1020 , @heartacker . Can you be more specific about the version number that introduced the issue, by trying out the available 'insiders' versions between 1.18.5 and 1.19.5? >Update...

Hi @tenggui . Could you confirm if you have set the `C_Cpp.formatting` setting, and what it's set to? By default, the C/C++ extension leverages `clang-format` for formatting, which can be...

Hi @mythemeria . Given the 116 detected problems, and that some of the identifiers found by Rename were not checked by default (not confirmed to be semantically related), it's possible...