lachlanm-git
                                            lachlanm-git
                                        
                                    I've hit a similar issue. For me it turned out to be due to _settings.json_ populating two of the same header files (one capitalised) but associating one with "c" and...
@sean-mcmanus , sorry, I can't reproduce it myself anymore. I'm still on the same VS Code version; I'm not sure what I've changed. I'll come back and post if I...
For background, I am playing with CppUTest and building with Zig. (WiP here: https://github.com/lachlanm-git/cpputest-zig-0.11.0 with `build.zig`) I was looking at adding coverage reporting but ran into this issue. Interestingly (I...
> Additionally, it would be useful to add linker options in build.zig. > > We are missing something like `exe.linkAdditionalOptions("--coverage");` > > When trying to generate coverage data the linker...
I've done some more digging and I don't think this is an issue with Zig. I think this is a Clang issue that requires linking against clang_rt.profile-.lib[1,2]. Perhaps this ticket...
Ok, I've built a `clang_rt.profile` lib and linked against it. Confirmed, this removes the linker error and I can get the `.gcda` files. I'll close this issue as I _think_...
I've taken a pass at something for Windows: https://github.com/lachlanm-git/zig-serial-poc. Would be happy to try and put together a PR if this is desired. Would the idea be to just add...