brosenberg42
Results
1
comments of
brosenberg42
I am having the same problem except that when I add: ``` "C_Cpp.codeAnalysis.clangTidy.useBuildPath": true, "C_Cpp.default.compileCommands": "build/compile_commands.json", ``` I get "'stddef.h' file not found". I tried setting `export CPATH=/usr/lib/gcc/x86_64-linux-gnu/9/include`, but that...