platformio-core icon indicating copy to clipboard operation
platformio-core copied to clipboard

Feature request: Make COMPILATIONDB_INCLUDE_TOOLCHAIN as compiledb flag

Open jayadamsmorgan opened this issue 8 months ago • 0 comments

I am working with a lot of projects and my main IDE isn't VSCode, so I need compilation database to be generated for every project so the LSP would work. The problem is that every time I create/edit project I need to add script which will enable COMPILATIONDB_INCLUDE_TOOLCHAIN. In most cases I don't even need build scripts for anything else besides enabling this flag. I thought maybe it's a good idea to include this flag in pio run command? ( e.g. pio run -t compiledbtc (?) )

jayadamsmorgan avatar Oct 26 '23 04:10 jayadamsmorgan