Hi Pecan, jdb has nothing to do with external makefile projects, but it is to avoid parsing of compile commands json on every file parse at the startup. Please see [r13534] It is just a cache for optimisation which is dropped once all files are parsed. I don't think adding another file to it will create any issues.
- clangd_client: remove unused variable left by previous commit
Code Completion does not add parentheses after while inserting a function name
Fixed in [r13953]
* clangd_client: restore automatic parentheses insertion for function code completion (fixes #1623)
Code Completion does not add parentheses after while inserting a function name
* projectloader: fix extra path separator added during make relative path
- clangd_client: include a missing header for stringstream