Tegra

Results 7 comments of Tegra

I compared the c/c++ log diagnostics between v1.16.3 and v1.18.2 for the same file sockets/initsrv2.c. The memory usage was one of the differences. v1.16.3 used 94MB, but v1.18.2 only used...

Type: Bug The additional information as below: Extension version: 1.18.2 VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z) OS version: Windows_NT x64 10.0.22621 Modes: Remote OS version: Linux x64 6.2.0-35-generic System...

> @tenggui Your .log files show /usr/bin/gcc being used but your other logging shows it's querying /usr/bin/clang -- which is being used, i.e. where is the /usr/bin/clang coming from in...

Hi, @sean-mcmanus Have you reproduced this issue? I upgrade cpptools to v1.19.0, the issue still exists. There are two c/c++ log files for another source file of another project. For...

Hi, @sean-mcmanus Maybe this issue has relation to the `files.encoding` setting option. In my user settings.json file, there is an option line `"files.encoding": "gb2312"`. If I uncomment the line, then...

Hi, @Colengms Thanks for your details. as you said, there might be two issues. The original one is the incorrect compiler path detected and the following is the global file...

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