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.

CODECOMPOSER: where the commands come from?

Part Number: CODECOMPOSER

i'm using ccs compiler with sdk 6.10 for 2652r project when i open the project in ccs theia it generate a folder inside release folder called .clangd inside it contain compile_commands.json where do i get those commands without theia. the use case is i can open project and configure the intelisense with the compile_commands.json file to give code suggestion in vscode help in devlopment faster.