[Bug] .ccls file presence and recursive indexing of project directory
Opened this issue · 0 comments
pidgeon777 commented
In my project, the compile_commands.json
file is also used to set the project base directory.
Only the files listed there gets compiled by ccls.
The fact is that when I create the .ccls
file inside that directory, all of the source files get recursively indexed, too (even in the project subdirectories), thus not only the one listed in the .json
file.
How to avoid this behaviour?