Visual Studio Code – VS Code doesn't show doxygen warnings in the problems view
I am using VS code together with the C/C++ and CMake extensions to develop a C project that is built with CMake. I have added a custom target to my CMakeLists.txt file that runs doxygen. I would like to see…