Clang lsp doesn't find header #10891
-
Hello, I have some trouble with my C configuration. I learn to work on embedded device with idf.py freeRtos. I thus have an import Does anyone know how to solve this issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
May I ask which build tool you're using?
|
Beta Was this translation helpful? Give feedback.
-
I think idf use |
Beta Was this translation helpful? Give feedback.
May I ask which build tool you're using?
cmake
providesCMAKE_EXPORT_COMPILE_COMMANDS
which can create acompile_commands.json
file forclangd
to resolve the includes.make
),bear
will be your friend here probably.