In my project, I use clangd, which can detect the compile_commands.json symlink in my project root directory, which will actually point to the actual json within a separate build directory.
For some reason, this plugin did not recognize this and explicitly asked to the compile_commands.json in a popup window.
My question is why could not detect my compile_commands.json out of the box - similarly how clangd could.
In my project, I use
clangd, which can detect thecompile_commands.jsonsymlink in my project root directory, which will actually point to the actual json within a separate build directory.For some reason, this plugin did not recognize this and explicitly asked to the
compile_commands.jsonin a popup window.My question is why could not detect my
compile_commands.jsonout of the box - similarly howclangdcould.