ccls icon indicating copy to clipboard operation
ccls copied to clipboard

[Bug] .ccls file presence and recursive indexing of project directory

Open pidgeon777 opened this issue 4 years ago • 0 comments

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?

pidgeon777 avatar Jun 21 '21 08:06 pidgeon777