Tool/software:
Hi
Is possible to avoid that CCS 20 insert #include directives in my c files automatically?
Best Regards
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi
Is possible to avoid that CCS 20 insert #include directives in my c files automatically?
Best Regards
Hello,
You can use the clangd "--header-insertion=never" argument.
Thanks
ki