Hi! the Anysphere C++ extension depends on ClangD for LSP support.
In the above screenshot, you can click “Never show this warning”, and ClangD will continue to function. (We’ll hide this warning in a future update).
To configure ClangD, you’ll need to provide it with a compile_commands.json, which can be autogenerated by the build system.
You can also try switching to the VSCode C++ extension, which will read the configuration from the c_cpp_proprties.json. Attaching a screenshot: