how to configure CMake project so that clangd extension can see system headers in VS Code?
I have a setup of VS Code in windows 10 using MinGW for c++ development and I want to use the clangd extension for code completion and insights, the problem I’m having is that clangd can’t find system headers.