CODECOMPOSER: Generating compile_commands.json from CCS project

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: TMS320F2809, C2000WARE

Tool/software:

I've been working on a fairly large project for the TMS320F2809 MCU, with all the building/compilation being handled within the CCS software. While writing the software, I'd like to be able to use a text editor which uses clangd as an LSP, but that requires a compile_commands.json file, which it looks like CCS doesn't produce by default. Is there a way to export the compilation commands into this file?